#5420A7

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

Shades of Purple Heart #5420A7

Tints of Purple Heart #5420A7

Color information

#5420A7 (or 0x5420A7) is unknown color: approx Purple Heart. HEX triplet: 54, 20 and A7. RGB value is (84,32,167). Sum of RGB (Red+Green+Blue) = 84+32+167=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 167 (65.62% from 255 or 59.01% from 283); Max value from RGB is 167 - color contains mainly: blue. Hex color #5420A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5420A7 is #ABDF58. Grayscale: #3E3E3E. Windows color (decimal): -11263833 or 10952788. OLE color: 10952788.

HSL color Cylindrical-coordinate representation of color #5420A7: hue angle of 263.11º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5420A7 is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8432167-
CMYK0.500.8100.35
HSL263.11º67.84%39.02%-
HSV(B)263.11º80.84%65.49%-
XYZ11.155.7137.07-
YUV62.94186.73143.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.68%
GREEN value IS 32 (12.89% from 255) = 11.31%
BLUE value IS 167 (65.62% from 255) = 59.01%
R=29.68%
G=11.31%
B=59.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal84321670.500.8100.35263.1167.8439.02
Hex5420A732510231074427
Octal124402476212104340710447
Binary101010010000010100111110010101000101000111000001111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5420A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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