#5419BC

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

Shades of Purple Heart #5419BC

Tints of Purple Heart #5419BC

Color information

#5419BC (or 0x5419BC) is unknown color: approx Purple Heart. HEX triplet: 54, 19 and BC. RGB value is (84,25,188). Sum of RGB (Red+Green+Blue) = 84+25+188=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #5419BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5419BC is #ABE643. Grayscale: #3C3C3C. Windows color (decimal): -11265604 or 12327252. OLE color: 12327252.

HSL color Cylindrical-coordinate representation of color #5419BC: hue angle of 261.72º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5419BC is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8425188-
CMYK0.550.8700.26
HSL261.72º76.53%41.76%-
HSV(B)261.72º86.7%73.73%-
XYZ13.086.2148.09-
YUV61.22199.55144.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.28%
GREEN value IS 25 (10.16% from 255) = 8.42%
BLUE value IS 188 (73.83% from 255) = 63.30%
R=28.28%
G=8.42%
B=63.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal84251880.550.8700.26261.7276.5341.76
Hex5419BC375701A1064d2a
Octal124312746712703240611552
Binary1010100110011011110011011110101110110101000001101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5419BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5419BC; }

 p { color: rgb(84,25,188); }

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

<style>
 a { background-color: #5419BC; }

 a { background-color: rgb(84,25,188); }

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

<style>
 span { border-color: #5419BC; }

 span { border-color: rgb(84,25,188); }

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