#5516AE

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

Shades of Purple Heart #5516AE

Tints of Purple Heart #5516AE

Color information

#5516AE (or 0x5516AE) is unknown color: approx Purple Heart. HEX triplet: 55, 16 and AE. RGB value is (85,22,174). Sum of RGB (Red+Green+Blue) = 85+22+174=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #5516AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5516AE is #AAE951. Grayscale: #393939. Windows color (decimal): -11200850 or 11408981. OLE color: 11408981.

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

Color convert

RGB8522174-
CMYK0.510.8700.32
HSL264.87º77.55%38.43%-
HSV(B)264.87º87.36%68.24%-
XYZ11.675.5640.5-
YUV58.17193.37147.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.25%
GREEN value IS 22 (8.98% from 255) = 7.83%
BLUE value IS 174 (68.36% from 255) = 61.92%
R=30.25%
G=7.83%
B=61.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85221740.510.8700.32264.8777.5538.43
Hex5516AE33570201094e26
Octal125262566312704041111646
Binary10101011011010101110110011101011101000001000010011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5516AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,22,174); }

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

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

 a { background-color: rgb(85,22,174); }

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

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

 span { border-color: rgb(85,22,174); }

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