#5539C6

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

Shades of Purple Heart #5539C6

Tints of Purple Heart #5539C6

Color information

#5539C6 (or 0x5539C6) is unknown color: approx Purple Heart. HEX triplet: 55, 39 and C6. RGB value is (85,57,198). Sum of RGB (Red+Green+Blue) = 85+57+198=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 198 (77.73% from 255 or 58.24% from 340); Max value from RGB is 198 - color contains mainly: blue. Hex color #5539C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5539C6 is #AAC639. Grayscale: #505050. Windows color (decimal): -11191866 or 12990805. OLE color: 12990805.

HSL color Cylindrical-coordinate representation of color #5539C6: hue angle of 251.91º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5539C6 is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8557198-
CMYK0.570.7100.22
HSL251.91º55.29%50%-
HSV(B)251.91º71.21%77.65%-
XYZ15.48.9354.34-
YUV81.45193.78130.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25%
GREEN value IS 57 (22.66% from 255) = 16.76%
BLUE value IS 198 (77.73% from 255) = 58.24%
R=25%
G=16.76%
B=58.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal85571980.570.7100.22251.9155.2950
Hex5539C63947016fc3732
Octal12571306711070263746762
Binary101010111100111000110111001100011101011011111100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5539C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5539C6; }

 p { color: rgb(85,57,198); }

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

<style>
 a { background-color: #5539C6; }

 a { background-color: rgb(85,57,198); }

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

<style>
 span { border-color: #5539C6; }

 span { border-color: rgb(85,57,198); }

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