#5416c4

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

Shades of Purple Heart #5416C4

Tints of Purple Heart #5416C4

Color information

#5416C4 (or 0x5416C4) is unknown color: approx Purple Heart. HEX triplet: 54, 16 and C4. RGB value is (84,22,196). Sum of RGB (Red+Green+Blue) = 84+22+196=302 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.81% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 196 (76.95% from 255 or 64.90% from 302); Max value from RGB is 196 - color contains mainly: blue. Hex color #5416C4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5416C4 is #ABE93B. Grayscale: #3B3B3B. Windows color (decimal): -11266364 or 12850772. OLE color: 12850772.

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

Color convert

RGB8422196-
CMYK0.570.8900.23
HSL261.38º79.82%42.75%-
HSV(B)261.38º88.78%76.86%-
XYZ13.916.4452.74-
YUV60.37204.54144.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.81%
GREEN value IS 22 (8.98% from 255) = 7.28%
BLUE value IS 196 (76.95% from 255) = 64.90%
R=27.81%
G=7.28%
B=64.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal84221960.570.8900.23261.3879.8242.75
Hex5416C43959017105502b
Octal124263047113102740512053
Binary1010100101101100010011100110110010101111000001011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5416c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5416c4; }

 p { color: rgb(84,22,196); }

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

<style>
 a { background-color: #5416c4; }

 a { background-color: rgb(84,22,196); }

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

<style>
 span { border-color: #5416c4; }

 span { border-color: rgb(84,22,196); }

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