#5934B6

Color #5934B6 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5934B6

Tints of Purple Heart #5934B6

Color information

#5934B6 (or 0x5934B6) is unknown color: approx Purple Heart. HEX triplet: 59, 34 and B6. RGB value is (89,52,182). Sum of RGB (Red+Green+Blue) = 89+52+182=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 182 (71.48% from 255 or 56.35% from 323); Max value from RGB is 182 - color contains mainly: blue. Hex color #5934B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5934B6 is #A6CB49. Grayscale: #4D4D4D. Windows color (decimal): -10931018 or 11940953. OLE color: 11940953.

HSL color Cylindrical-coordinate representation of color #5934B6: hue angle of 257.08º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5934B6 is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8952182-
CMYK0.510.7100.29
HSL257.08º55.56%45.88%-
HSV(B)257.08º71.43%71.37%-
XYZ13.797.9645.06-
YUV77.88186.76135.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 89 (35.16% from 255) = 27.55%
GREEN value IS 52 (20.70% from 255) = 16.10%
BLUE value IS 182 (71.48% from 255) = 56.35%
R=27.55%
G=16.10%
B=56.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal89521820.510.7100.29257.0855.5645.88
Hex5934B6334701D101382e
Octal13164266631070354017056
Binary1011001110100101101101100111000111011101100000001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5934B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5934B6; }

 p { color: rgb(89,52,182); }

 H1.HeaderClassName
 {
   color: #5934B6;
 }
 .AnyTagClassName
 {
   color: #5934B6;
 }
</style>
background-color css

<style>
 a { background-color: #5934B6; }

 a { background-color: rgb(89,52,182); }

 div.DivClassName
 {
   background-color: #5934B6;
 }
 .BgClassName
 {
   background-color: #5934B6;
 }
</style>
border-color css

<style>
 span { border-color: #5934B6; }

 span { border-color: rgb(89,52,182); }

 td.TdClassName
 {
   border-color: #5934B6;
 }
 .TagClassName
 {
   border-color: #5934B6;
 }
</style>