#5420c2

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

Shades of Purple Heart #5420C2

Tints of Purple Heart #5420C2

Color information

#5420C2 (or 0x5420C2) is unknown color: approx Purple Heart. HEX triplet: 54, 20 and C2. RGB value is (84,32,194). Sum of RGB (Red+Green+Blue) = 84+32+194=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 194 (76.17% from 255 or 62.58% from 310); Max value from RGB is 194 - color contains mainly: blue. Hex color #5420C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5420C2 is #ABDF3D. Grayscale: #414141. Windows color (decimal): -11263806 or 12722260. OLE color: 12722260.

HSL color Cylindrical-coordinate representation of color #5420C2: hue angle of 259.26º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5420C2 is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8432194-
CMYK0.570.8400.24
HSL259.26º71.68%44.31%-
HSV(B)259.26º83.51%76.08%-
XYZ13.916.8151.62-
YUV66.02200.23140.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.10%
GREEN value IS 32 (12.89% from 255) = 10.32%
BLUE value IS 194 (76.17% from 255) = 62.58%
R=27.10%
G=10.32%
B=62.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal84321940.570.8400.24259.2671.6844.31
Hex5420C23954018103482c
Octal124403027112403040311054
Binary10101001000001100001011100110101000110001000000111001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5420c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5420c2; }

 p { color: rgb(84,32,194); }

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

<style>
 a { background-color: #5420c2; }

 a { background-color: rgb(84,32,194); }

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

<style>
 span { border-color: #5420c2; }

 span { border-color: rgb(84,32,194); }

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