#52085A

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

Shades of Hot Purple #52085A

Tints of Hot Purple #52085A

Color information

#52085A (or 0x52085A) is unknown color: approx Hot Purple. HEX triplet: 52, 08 and 5A. RGB value is (82,8,90). Sum of RGB (Red+Green+Blue) = 82+8+90=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #52085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52085A is #ADF7A5. Grayscale: #272727. Windows color (decimal): -11401126 or 5900370. OLE color: 5900370.

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

Color convert

RGB82890-
CMYK0.090.9100.65
HSL294.15º83.67%19.22%-
HSV(B)294.15º91.11%35.29%-
XYZ5.412.719.91-
YUV39.47156.52158.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.56%
GREEN value IS 8 (3.52% from 255) = 4.44%
BLUE value IS 90 (35.55% from 255) = 50%
R=45.56%
G=4.44%
B=50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal828900.090.9100.65294.1583.6719.22
Hex5285A95B0411265413
Octal1221013211133010144612423
Binary1010010100010110101001101101101000001100100110101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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