#5216AB

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

Shades of Purple Heart #5216AB

Tints of Purple Heart #5216AB

Color information

#5216AB (or 0x5216AB) is unknown color: approx Purple Heart. HEX triplet: 52, 16 and AB. RGB value is (82,22,171). Sum of RGB (Red+Green+Blue) = 82+22+171=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #5216AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5216AB is #ADE954. Grayscale: #383838. Windows color (decimal): -11397461 or 11212370. OLE color: 11212370.

HSL color Cylindrical-coordinate representation of color #5216AB: hue angle of 264.16º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5216AB is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8222171-
CMYK0.520.8700.33
HSL264.16º77.2%37.84%-
HSV(B)264.16º87.13%67.06%-
XYZ11.125.3138.97-
YUV56.93192.38145.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.82%
GREEN value IS 22 (8.98% from 255) = 8%
BLUE value IS 171 (67.19% from 255) = 62.18%
R=29.82%
G=8%
B=62.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82221710.520.8700.33264.1677.237.84
Hex5216AB34570211084d26
Octal122262536412704141011546
Binary10100101011010101011110100101011101000011000010001001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5216AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5216AB; }

 p { color: rgb(82,22,171); }

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

<style>
 a { background-color: #5216AB; }

 a { background-color: rgb(82,22,171); }

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

<style>
 span { border-color: #5216AB; }

 span { border-color: rgb(82,22,171); }

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