#52115E

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

Shades of Hot Purple #52115E

Tints of Hot Purple #52115E

Color information

#52115E (or 0x52115E) is unknown color: approx Hot Purple. HEX triplet: 52, 11 and 5E. RGB value is (82,17,94). Sum of RGB (Red+Green+Blue) = 82+17+94=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #52115E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52115E is #ADEEA1. Grayscale: #2C2C2C. Windows color (decimal): -11398818 or 6164818. OLE color: 6164818.

HSL color Cylindrical-coordinate representation of color #52115E: hue angle of 290.65º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52115E is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB821794-
CMYK0.130.8200.63
HSL290.65º69.37%21.76%-
HSV(B)290.65º81.91%36.86%-
XYZ5.7310.87-
YUV45.21155.53154.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.49%
GREEN value IS 17 (7.03% from 255) = 8.81%
BLUE value IS 94 (37.11% from 255) = 48.70%
R=42.49%
G=8.81%
B=48.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8217940.130.8200.63290.6569.3721.76
Hex52115ED5203F1234516
Octal122211361512207744310526
Binary1010010100011011110110110100100111111100100011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52115E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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