#5216D5

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

Shades of Purple Heart #5216D5

Tints of Purple Heart #5216D5

Color information

#5216D5 (or 0x5216D5) is unknown color: approx Purple Heart. HEX triplet: 52, 16 and D5. RGB value is (82,22,213). Sum of RGB (Red+Green+Blue) = 82+22+213=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 213 (83.59% from 255 or 67.19% from 317); Max value from RGB is 213 - color contains mainly: blue. Hex color #5216D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5216D5 is #ADE92A. Grayscale: #3D3D3D. Windows color (decimal): -11397419 or 13964882. OLE color: 13964882.

HSL color Cylindrical-coordinate representation of color #5216D5: hue angle of 258.85º 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 #5216D5 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8222213-
CMYK0.620.9000.16
HSL258.85º81.28%46.08%-
HSV(B)258.85º89.67%83.53%-
XYZ15.787.1763.5-
YUV61.71213.38142.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.87%
GREEN value IS 22 (8.98% from 255) = 6.94%
BLUE value IS 213 (83.59% from 255) = 67.19%
R=25.87%
G=6.94%
B=67.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal82222130.620.9000.16258.8581.2846.08
Hex5216D53E5A010103512e
Octal122263257613202040312156
Binary1010010101101101010111111010110100100001000000111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5216D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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