#52015B

Color #52015B Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #52015B

Tints of Hot Purple #52015B

Color information

#52015B (or 0x52015B) is unknown color: approx Hot Purple. HEX triplet: 52, 01 and 5B. RGB value is (82,1,91). Sum of RGB (Red+Green+Blue) = 82+1+91=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #52015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52015B is #ADFEA4. Grayscale: #232323. Windows color (decimal): -11402917 or 5964114. OLE color: 5964114.

HSL color Cylindrical-coordinate representation of color #52015B: hue angle of 294º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52015B is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB82191-
CMYK0.100.9900.64
HSL294º97.83%18.04%-
HSV(B)294º98.9%35.69%-
XYZ5.382.5710.11-
YUV35.48159.34161.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.13%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 91 (35.94% from 255) = 52.30%
R=47.13%
G=0.57%
B=52.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal821910.100.9900.6429497.8318.04
Hex5215BA630401266212
Octal122113312143010044614222
Binary1010010110110111010110001101000000100100110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52015B; }

 p { color: rgb(82,1,91); }

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

<style>
 a { background-color: #52015B; }

 a { background-color: rgb(82,1,91); }

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

<style>
 span { border-color: #52015B; }

 span { border-color: rgb(82,1,91); }

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