#5216B1

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

Shades of Purple Heart #5216B1

Tints of Purple Heart #5216B1

Color information

#5216B1 (or 0x5216B1) is unknown color: approx Purple Heart. HEX triplet: 52, 16 and B1. RGB value is (82,22,177). Sum of RGB (Red+Green+Blue) = 82+22+177=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 177 (69.53% from 255 or 62.99% from 281); Max value from RGB is 177 - color contains mainly: blue. Hex color #5216B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5216B1 is #ADE94E. Grayscale: #393939. Windows color (decimal): -11397455 or 11605586. OLE color: 11605586.

HSL color Cylindrical-coordinate representation of color #5216B1: hue angle of 263.23º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5216B1 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8222177-
CMYK0.540.8800.31
HSL263.23º77.89%39.02%-
HSV(B)263.23º87.57%69.41%-
XYZ11.75.5442.05-
YUV57.61195.38145.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.18%
GREEN value IS 22 (8.98% from 255) = 7.83%
BLUE value IS 177 (69.53% from 255) = 62.99%
R=29.18%
G=7.83%
B=62.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82221770.540.8800.31263.2377.8939.02
Hex5216B1365801F1074e27
Octal122262616613003740711647
Binary1010010101101011000111011010110000111111000001111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5216B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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