#5516D6

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

Shades of Purple Heart #5516D6

Tints of Purple Heart #5516D6

Color information

#5516D6 (or 0x5516D6) is unknown color: approx Purple Heart. HEX triplet: 55, 16 and D6. RGB value is (85,22,214). Sum of RGB (Red+Green+Blue) = 85+22+214=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 214 (83.98% from 255 or 66.67% from 321); Max value from RGB is 214 - color contains mainly: blue. Hex color #5516D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5516D6 is #AAE929. Grayscale: #3E3E3E. Windows color (decimal): -11200810 or 14030421. OLE color: 14030421.

HSL color Cylindrical-coordinate representation of color #5516D6: hue angle of 259.69º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5516D6 is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8522214-
CMYK0.600.9000.16
HSL259.69º81.36%46.27%-
HSV(B)259.69º89.72%83.92%-
XYZ16.177.3664.19-
YUV62.72213.37143.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.48%
GREEN value IS 22 (8.98% from 255) = 6.85%
BLUE value IS 214 (83.98% from 255) = 66.67%
R=26.48%
G=6.85%
B=66.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal85222140.600.9000.16259.6981.3646.27
Hex5516D63C5A010104512e
Octal125263267413202040412156
Binary1010101101101101011011110010110100100001000001001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5516D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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