#52315A

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

Shades of Hot Purple #52315A

Tints of Hot Purple #52315A

Color information

#52315A (or 0x52315A) is unknown color: approx Hot Purple. HEX triplet: 52, 31 and 5A. RGB value is (82,49,90). Sum of RGB (Red+Green+Blue) = 82+49+90=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 90 - color contains mainly: blue. Hex color #52315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52315A is #ADCEA5. Grayscale: #3F3F3F. Windows color (decimal): -11390630 or 5910866. OLE color: 5910866.

HSL color Cylindrical-coordinate representation of color #52315A: hue angle of 288.29º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #52315A is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB824990-
CMYK0.090.4600.65
HSL288.29º29.5%27.25%-
HSV(B)288.29º45.56%35.29%-
XYZ6.424.7310.25-
YUV63.54142.93141.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.10%
GREEN value IS 49 (19.53% from 255) = 22.17%
BLUE value IS 90 (35.55% from 255) = 40.72%
R=37.10%
G=22.17%
B=40.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8249900.090.4600.65288.2929.527.25
Hex52315A92E0411201d1b
Octal12261132115601014403533
Binary101001011000110110101001101110010000011001000001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52315A; }

 p { color: rgb(82,49,90); }

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

<style>
 a { background-color: #52315A; }

 a { background-color: rgb(82,49,90); }

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

<style>
 span { border-color: #52315A; }

 span { border-color: rgb(82,49,90); }

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