#5409B0

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

Shades of Purple Heart #5409B0

Tints of Purple Heart #5409B0

Color information

#5409B0 (or 0x5409B0) is unknown color: approx Purple Heart. HEX triplet: 54, 09 and B0. RGB value is (84,9,176). Sum of RGB (Red+Green+Blue) = 84+9+176=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 176 (69.14% from 255 or 65.43% from 269); Max value from RGB is 176 - color contains mainly: blue. Hex color #5409B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5409B0 is #ABF64F. Grayscale: #313131. Windows color (decimal): -11269712 or 11536724. OLE color: 11536724.

HSL color Cylindrical-coordinate representation of color #5409B0: hue angle of 266.95º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5409B0 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB849176-
CMYK0.520.9500.31
HSL266.95º90.27%36.27%-
HSV(B)266.95º94.89%69.02%-
XYZ11.595.2141.47-
YUV50.46198.85151.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.23%
GREEN value IS 9 (3.91% from 255) = 3.35%
BLUE value IS 176 (69.14% from 255) = 65.43%
R=31.23%
G=3.35%
B=65.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8491760.520.9500.31266.9590.2736.27
Hex549B0345F01F10b5a24
Octal124112606413703741313244
Binary101010010011011000011010010111110111111000010111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5409B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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