#5442C0

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

Shades of Purple Heart #5442C0

Tints of Purple Heart #5442C0

Color information

#5442C0 (or 0x5442C0) is unknown color: approx Purple Heart. HEX triplet: 54, 42 and C0. RGB value is (84,66,192). Sum of RGB (Red+Green+Blue) = 84+66+192=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 192 (75.39% from 255 or 56.14% from 342); Max value from RGB is 192 - color contains mainly: blue. Hex color #5442C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5442C0 is #ABBD3F. Grayscale: #555555. Windows color (decimal): -11255104 or 12599892. OLE color: 12599892.

HSL color Cylindrical-coordinate representation of color #5442C0: hue angle of 248.57º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5442C0 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8466192-
CMYK0.560.6600.25
HSL248.57º50%50.59%-
HSV(B)248.57º65.62%75.29%-
XYZ15.129.5950.92-
YUV85.75187.96126.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.56%
GREEN value IS 66 (26.17% from 255) = 19.30%
BLUE value IS 192 (75.39% from 255) = 56.14%
R=24.56%
G=19.30%
B=56.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal84661920.560.6600.25248.575050.59
Hex5442C03842019f93233
Octal124102300701020313716263
Binary1010100100001011000000111000100001001100111111001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5442C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5442C0; }

 p { color: rgb(84,66,192); }

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

<style>
 a { background-color: #5442C0; }

 a { background-color: rgb(84,66,192); }

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

<style>
 span { border-color: #5442C0; }

 span { border-color: rgb(84,66,192); }

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