#52025A

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

Shades of Hot Purple #52025A

Tints of Hot Purple #52025A

Color information

#52025A (or 0x52025A) is unknown color: approx Hot Purple. HEX triplet: 52, 02 and 5A. RGB value is (82,2,90). Sum of RGB (Red+Green+Blue) = 82+2+90=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #52025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52025A is #ADFDA5. Grayscale: #232323. Windows color (decimal): -11402662 or 5898834. OLE color: 5898834.

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

Color convert

RGB82290-
CMYK0.090.9800.65
HSL294.55º95.65%18.04%-
HSV(B)294.55º97.78%35.29%-
XYZ5.352.589.89-
YUV35.95158.5160.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.13%
GREEN value IS 2 (1.17% from 255) = 1.15%
BLUE value IS 90 (35.55% from 255) = 51.72%
R=47.13%
G=1.15%
B=51.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal822900.090.9800.65294.5595.6518.04
Hex5225A9620411276012
Octal122213211142010144714022
Binary10100101010110101001110001001000001100100111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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