#5539C4

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

Shades of Purple Heart #5539C4

Tints of Purple Heart #5539C4

Color information

#5539C4 (or 0x5539C4) is unknown color: approx Purple Heart. HEX triplet: 55, 39 and C4. RGB value is (85,57,196). Sum of RGB (Red+Green+Blue) = 85+57+196=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 196 (76.95% from 255 or 57.99% from 338); Max value from RGB is 196 - color contains mainly: blue. Hex color #5539C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5539C4 is #AAC63B. Grayscale: #505050. Windows color (decimal): -11191868 or 12859733. OLE color: 12859733.

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

Color convert

RGB8557196-
CMYK0.570.7100.23
HSL252.09º54.94%49.61%-
HSV(B)252.09º70.92%76.86%-
XYZ15.178.8453.13-
YUV81.22192.78130.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.15%
GREEN value IS 57 (22.66% from 255) = 16.86%
BLUE value IS 196 (76.95% from 255) = 57.99%
R=25.15%
G=16.86%
B=57.99%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal85571960.570.7100.23252.0954.9449.61
Hex5539C43947017fc3732
Octal12571304711070273746762
Binary101010111100111000100111001100011101011111111100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5539C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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