#5117A9

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

Shades of Purple Heart #5117A9

Tints of Purple Heart #5117A9

Color information

#5117A9 (or 0x5117A9) is unknown color: approx Purple Heart. HEX triplet: 51, 17 and A9. RGB value is (81,23,169). Sum of RGB (Red+Green+Blue) = 81+23+169=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 169 (66.41% from 255 or 61.90% from 273); Max value from RGB is 169 - color contains mainly: blue. Hex color #5117A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5117A9 is #AEE856. Grayscale: #383838. Windows color (decimal): -11462743 or 11081553. OLE color: 11081553.

HSL color Cylindrical-coordinate representation of color #5117A9: hue angle of 263.84º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5117A9 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8123169-
CMYK0.520.8600.34
HSL263.84º76.04%37.65%-
HSV(B)263.84º86.39%66.27%-
XYZ10.865.2337.97-
YUV56.99191.22145.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.67%
GREEN value IS 23 (9.38% from 255) = 8.42%
BLUE value IS 169 (66.41% from 255) = 61.90%
R=29.67%
G=8.42%
B=61.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal81231690.520.8600.34263.8476.0437.65
Hex5117A934560221084c26
Octal121272516412604241011446
Binary10100011011110101001110100101011001000101000010001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5117A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,23,169); }

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

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

 a { background-color: rgb(81,23,169); }

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

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

 span { border-color: rgb(81,23,169); }

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