#5427AE

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

Shades of Purple Heart #5427AE

Tints of Purple Heart #5427AE

Color information

#5427AE (or 0x5427AE) is unknown color: approx Purple Heart. HEX triplet: 54, 27 and AE. RGB value is (84,39,174). Sum of RGB (Red+Green+Blue) = 84+39+174=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 174 (68.36% from 255 or 58.59% from 297); Max value from RGB is 174 - color contains mainly: blue. Hex color #5427AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5427AE is #ABD851. Grayscale: #434343. Windows color (decimal): -11262034 or 11413332. OLE color: 11413332.

HSL color Cylindrical-coordinate representation of color #5427AE: hue angle of 260º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5427AE is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8439174-
CMYK0.520.7800.32
HSL260º63.38%41.76%-
HSV(B)260º77.59%68.24%-
XYZ12.026.3940.64-
YUV67.84187.91139.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.28%
GREEN value IS 39 (15.62% from 255) = 13.13%
BLUE value IS 174 (68.36% from 255) = 58.59%
R=28.28%
G=13.13%
B=58.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal84391740.520.7800.3226063.3841.76
Hex5427AE344E0201043f2a
Octal12447256641160404047752
Binary10101001001111010111011010010011100100000100000100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5427AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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