#5117AE

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

Shades of Purple Heart #5117AE

Tints of Purple Heart #5117AE

Color information

#5117AE (or 0x5117AE) is unknown color: approx Purple Heart. HEX triplet: 51, 17 and AE. RGB value is (81,23,174). Sum of RGB (Red+Green+Blue) = 81+23+174=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 174 (68.36% from 255 or 62.59% from 278); Max value from RGB is 174 - color contains mainly: blue. Hex color #5117AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5117AE is #AEE851. Grayscale: #393939. Windows color (decimal): -11462738 or 11409233. OLE color: 11409233.

HSL color Cylindrical-coordinate representation of color #5117AE: hue angle of 263.05º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5117AE is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8123174-
CMYK0.530.8700.32
HSL263.05º76.65%38.63%-
HSV(B)263.05º86.78%68.24%-
XYZ11.345.4240.49-
YUV57.56193.72144.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.14%
GREEN value IS 23 (9.38% from 255) = 8.27%
BLUE value IS 174 (68.36% from 255) = 62.59%
R=29.14%
G=8.27%
B=62.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81231740.530.8700.32263.0576.6538.63
Hex5117AE35570201074d27
Octal121272566512704040711547
Binary10100011011110101110110101101011101000001000001111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5117AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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