#5415AE

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

Shades of Purple Heart #5415AE

Tints of Purple Heart #5415AE

Color information

#5415AE (or 0x5415AE) is unknown color: approx Purple Heart. HEX triplet: 54, 15 and AE. RGB value is (84,21,174). Sum of RGB (Red+Green+Blue) = 84+21+174=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 174 (68.36% from 255 or 62.37% from 279); Max value from RGB is 174 - color contains mainly: blue. Hex color #5415AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5415AE is #ABEA51. Grayscale: #383838. Windows color (decimal): -11266642 or 11408724. OLE color: 11408724.

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

Color convert

RGB8421174-
CMYK0.520.8800.32
HSL264.71º78.46%38.24%-
HSV(B)264.71º87.93%68.24%-
XYZ11.565.4840.49-
YUV57.28193.87147.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.11%
GREEN value IS 21 (8.59% from 255) = 7.53%
BLUE value IS 174 (68.36% from 255) = 62.37%
R=30.11%
G=7.53%
B=62.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal84211740.520.8800.32264.7178.4638.24
Hex5415AE34580201094e26
Octal124252566413004041111646
Binary10101001010110101110110100101100001000001000010011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5415AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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