#52285C

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

Shades of Hot Purple #52285C

Tints of Hot Purple #52285C

Color information

#52285C (or 0x52285C) is unknown color: approx Hot Purple. HEX triplet: 52, 28 and 5C. RGB value is (82,40,92). Sum of RGB (Red+Green+Blue) = 82+40+92=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 92 - color contains mainly: blue. Hex color #52285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52285C is #ADD7A3. Grayscale: #3A3A3A. Windows color (decimal): -11392932 or 6039634. OLE color: 6039634.

HSL color Cylindrical-coordinate representation of color #52285C: hue angle of 288.46º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52285C is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB824092-
CMYK0.110.5700.64
HSL288.46º39.39%25.88%-
HSV(B)288.46º56.52%36.08%-
XYZ6.174.0810.59-
YUV58.49146.91144.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.32%
GREEN value IS 40 (16.02% from 255) = 18.69%
BLUE value IS 92 (36.33% from 255) = 42.99%
R=38.32%
G=18.69%
B=42.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8240920.110.5700.64288.4639.3925.88
Hex52285CB39040120271a
Octal12250134137101004404732
Binary1010010101000101110010111110010100000010010000010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52285C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52285C; }

 p { color: rgb(82,40,92); }

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

<style>
 a { background-color: #52285C; }

 a { background-color: rgb(82,40,92); }

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

<style>
 span { border-color: #52285C; }

 span { border-color: rgb(82,40,92); }

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