#52055F

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

Shades of Hot Purple #52055F

Tints of Hot Purple #52055F

Color information

#52055F (or 0x52055F) is unknown color: approx Hot Purple. HEX triplet: 52, 05 and 5F. RGB value is (82,5,95). Sum of RGB (Red+Green+Blue) = 82+5+95=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #52055F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52055F is #ADFAA0. Grayscale: #262626. Windows color (decimal): -11401889 or 6227282. OLE color: 6227282.

HSL color Cylindrical-coordinate representation of color #52055F: hue angle of 291.33º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52055F is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB82595-
CMYK0.140.9500.63
HSL291.33º90%19.61%-
HSV(B)291.33º94.74%37.25%-
XYZ5.62.7311.06-
YUV38.28160.01159.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.05%
GREEN value IS 5 (2.34% from 255) = 2.75%
BLUE value IS 95 (37.5% from 255) = 52.20%
R=45.05%
G=2.75%
B=52.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal825950.140.9500.63291.339019.61
Hex5255FE5F03F1235a14
Octal12251371613707744313224
Binary10100101011011111111010111110111111100100011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52055F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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