#5215AA

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

Shades of Purple Heart #5215AA

Tints of Purple Heart #5215AA

Color information

#5215AA (or 0x5215AA) is unknown color: approx Purple Heart. HEX triplet: 52, 15 and AA. RGB value is (82,21,170). Sum of RGB (Red+Green+Blue) = 82+21+170=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #5215AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5215AA is #ADEA55. Grayscale: #373737. Windows color (decimal): -11397718 or 11146578. OLE color: 11146578.

HSL color Cylindrical-coordinate representation of color #5215AA: hue angle of 264.56º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5215AA is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8221170-
CMYK0.520.8800.33
HSL264.56º78.01%37.45%-
HSV(B)264.56º87.65%66.67%-
XYZ115.2338.46-
YUV56.22192.21146.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 21 (8.59% from 255) = 7.69%
BLUE value IS 170 (66.80% from 255) = 62.27%
R=30.04%
G=7.69%
B=62.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82211700.520.8800.33264.5678.0137.45
Hex5215AA34580211094e25
Octal122252526413004141111645
Binary10100101010110101010110100101100001000011000010011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5215AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5215AA; }

 p { color: rgb(82,21,170); }

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

<style>
 a { background-color: #5215AA; }

 a { background-color: rgb(82,21,170); }

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

<style>
 span { border-color: #5215AA; }

 span { border-color: rgb(82,21,170); }

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