#5415A9

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

Shades of Purple Heart #5415A9

Tints of Purple Heart #5415A9

Color information

#5415A9 (or 0x5415A9) is unknown color: approx Purple Heart. HEX triplet: 54, 15 and A9. RGB value is (84,21,169). Sum of RGB (Red+Green+Blue) = 84+21+169=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 169 (66.41% from 255 or 61.68% from 274); Max value from RGB is 169 - color contains mainly: blue. Hex color #5415A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5415A9 is #ABEA56. Grayscale: #383838. Windows color (decimal): -11266647 or 11081044. OLE color: 11081044.

HSL color Cylindrical-coordinate representation of color #5415A9: hue angle of 265.54º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5415A9 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8421169-
CMYK0.500.8800.34
HSL265.54º77.89%37.25%-
HSV(B)265.54º87.57%66.27%-
XYZ11.095.2937.97-
YUV56.71191.37147.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.66%
GREEN value IS 21 (8.59% from 255) = 7.66%
BLUE value IS 169 (66.41% from 255) = 61.68%
R=30.66%
G=7.66%
B=61.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal84211690.500.8800.34265.5477.8937.25
Hex5415A9325802210a4e25
Octal124252516213004241211645
Binary10101001010110101001110010101100001000101000010101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5415A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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