#5215B7

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

Shades of Purple Heart #5215B7

Tints of Purple Heart #5215B7

Color information

#5215B7 (or 0x5215B7) is unknown color: approx Purple Heart. HEX triplet: 52, 15 and B7. RGB value is (82,21,183). Sum of RGB (Red+Green+Blue) = 82+21+183=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 183 (71.88% from 255 or 63.99% from 286); Max value from RGB is 183 - color contains mainly: blue. Hex color #5215B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5215B7 is #ADEA48. Grayscale: #393939. Windows color (decimal): -11397705 or 11998546. OLE color: 11998546.

HSL color Cylindrical-coordinate representation of color #5215B7: hue angle of 262.59º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5215B7 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8221183-
CMYK0.550.8900.28
HSL262.59º79.41%40%-
HSV(B)262.59º88.52%71.76%-
XYZ12.35.7545.26-
YUV57.71198.71145.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.67%
GREEN value IS 21 (8.59% from 255) = 7.34%
BLUE value IS 183 (71.88% from 255) = 63.99%
R=28.67%
G=7.34%
B=63.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal82211830.550.8900.28262.5979.4140
Hex5215B7375901C1074f28
Octal122252676713103440711750
Binary1010010101011011011111011110110010111001000001111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5215B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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