#5409C9

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

Shades of Purple Heart #5409C9

Tints of Purple Heart #5409C9

Color information

#5409C9 (or 0x5409C9) is unknown color: approx Purple Heart. HEX triplet: 54, 09 and C9. RGB value is (84,9,201). Sum of RGB (Red+Green+Blue) = 84+9+201=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 201 (78.91% from 255 or 68.37% from 294); Max value from RGB is 201 - color contains mainly: blue. Hex color #5409C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5409C9 is #ABF636. Grayscale: #343434. Windows color (decimal): -11269687 or 13175124. OLE color: 13175124.

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

Color convert

RGB849201-
CMYK0.580.9600.21
HSL263.44º91.43%41.18%-
HSV(B)263.44º95.52%78.82%-
XYZ14.36.355.72-
YUV53.31211.35149.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.57%
GREEN value IS 9 (3.91% from 255) = 3.06%
BLUE value IS 201 (78.91% from 255) = 68.37%
R=28.57%
G=3.06%
B=68.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal8492010.580.9600.21263.4491.4341.18
Hex549C93A600151075b29
Octal124113117214002540713351
Binary101010010011100100111101011000000101011000001111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5409C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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