#52005A

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

Shades of Hot Purple #52005A

Tints of Hot Purple #52005A

Color information

#52005A (or 0x52005A) is unknown color: approx Hot Purple. HEX triplet: 52, 00 and 5A. RGB value is (82,0,90). Sum of RGB (Red+Green+Blue) = 82+0+90=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #52005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52005A is #ADFFA5. Grayscale: #222222. Windows color (decimal): -11403174 or 5898322. OLE color: 5898322.

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

Color convert

RGB82090-
CMYK0.09100.65
HSL294.67º100%17.65%-
HSV(B)294.67º100%35.29%-
XYZ5.332.539.88-
YUV34.78159.17161.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 90 (35.55% from 255) = 52.33%
R=47.67%
G=0%
B=52.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal820900.09100.65294.6710017.65
Hex5205A9640411276412
Octal122013211144010144714422
Binary1010010010110101001110010001000001100100111110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52005A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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