#52055A

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

Shades of Hot Purple #52055A

Tints of Hot Purple #52055A

Color information

#52055A (or 0x52055A) is unknown color: approx Hot Purple. HEX triplet: 52, 05 and 5A. RGB value is (82,5,90). Sum of RGB (Red+Green+Blue) = 82+5+90=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #52055A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52055A is #ADFAA5. Grayscale: #252525. Windows color (decimal): -11401894 or 5899602. OLE color: 5899602.

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

Color convert

RGB82590-
CMYK0.090.9400.65
HSL294.35º89.47%18.63%-
HSV(B)294.35º94.44%35.29%-
XYZ5.382.649.9-
YUV37.71157.51159.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.33%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 90 (35.55% from 255) = 50.85%
R=46.33%
G=2.82%
B=50.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal825900.090.9400.65294.3589.4718.63
Hex5255A95E0411265913
Octal122513211136010144613123
Binary101001010110110101001101111001000001100100110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52055A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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