#5402C9

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

Shades of Purple Heart #5402C9

Tints of Purple Heart #5402C9

Color information

#5402C9 (or 0x5402C9) is unknown color: approx Purple Heart. HEX triplet: 54, 02 and C9. RGB value is (84,2,201). Sum of RGB (Red+Green+Blue) = 84+2+201=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 201 (78.91% from 255 or 70.03% from 287); Max value from RGB is 201 - color contains mainly: blue. Hex color #5402C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5402C9 is #ABFD36. Grayscale: #303030. Windows color (decimal): -11271479 or 13173332. OLE color: 13173332.

HSL color Cylindrical-coordinate representation of color #5402C9: hue angle of 264.72º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5402C9 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB842201-
CMYK0.580.9900.21
HSL264.72º98.03%39.8%-
HSV(B)264.72º99%78.82%-
XYZ14.226.1555.69-
YUV49.2213.67152.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.27%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 201 (78.91% from 255) = 70.03%
R=29.27%
G=0.70%
B=70.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal8422010.580.9900.21264.7298.0339.8
Hex542C93A630151096228
Octal12423117214302541114250
Binary1010100101100100111101011000110101011000010011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5402C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5402C9; }

 p { color: rgb(84,2,201); }

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

<style>
 a { background-color: #5402C9; }

 a { background-color: rgb(84,2,201); }

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

<style>
 span { border-color: #5402C9; }

 span { border-color: rgb(84,2,201); }

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