#52115B

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

Shades of Hot Purple #52115B

Tints of Hot Purple #52115B

Color information

#52115B (or 0x52115B) is unknown color: approx Hot Purple. HEX triplet: 52, 11 and 5B. RGB value is (82,17,91). Sum of RGB (Red+Green+Blue) = 82+17+91=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #52115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52115B is #ADEEA4. Grayscale: #2C2C2C. Windows color (decimal): -11398821 or 5968210. OLE color: 5968210.

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

Color convert

RGB821791-
CMYK0.100.8100.64
HSL292.7º68.52%21.18%-
HSV(B)292.7º81.32%35.69%-
XYZ5.572.9510.17-
YUV44.87154.03154.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.16%
GREEN value IS 17 (7.03% from 255) = 8.95%
BLUE value IS 91 (35.94% from 255) = 47.89%
R=43.16%
G=8.95%
B=47.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8217910.100.8100.64292.768.5221.18
Hex52115BA510401254515
Octal1222113312121010044510525
Binary10100101000110110111010101000101000000100100101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52115B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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