#5427C9

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

Shades of Purple Heart #5427C9

Tints of Purple Heart #5427C9

Color information

#5427C9 (or 0x5427C9) is unknown color: approx Purple Heart. HEX triplet: 54, 27 and C9. RGB value is (84,39,201). Sum of RGB (Red+Green+Blue) = 84+39+201=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 201 (78.91% from 255 or 62.04% from 324); Max value from RGB is 201 - color contains mainly: blue. Hex color #5427C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5427C9 is #ABD836. Grayscale: #464646. Windows color (decimal): -11262007 or 13182804. OLE color: 13182804.

HSL color Cylindrical-coordinate representation of color #5427C9: hue angle of 256.67º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5427C9 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8439201-
CMYK0.580.8100.21
HSL256.67º67.5%47.06%-
HSV(B)256.67º80.6%78.82%-
XYZ14.927.5555.93-
YUV70.92201.41137.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.93%
GREEN value IS 39 (15.62% from 255) = 12.04%
BLUE value IS 201 (78.91% from 255) = 62.04%
R=25.93%
G=12.04%
B=62.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal84392010.580.8100.21256.6767.547.06
Hex5427C93A51015101442f
Octal124473117212102540110457
Binary10101001001111100100111101010100010101011000000011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5427C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5427C9; }

 p { color: rgb(84,39,201); }

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

<style>
 a { background-color: #5427C9; }

 a { background-color: rgb(84,39,201); }

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

<style>
 span { border-color: #5427C9; }

 span { border-color: rgb(84,39,201); }

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