#53285C

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

Shades of Hot Purple #53285C

Tints of Hot Purple #53285C

Color information

#53285C (or 0x53285C) is unknown color: approx Hot Purple. HEX triplet: 53, 28 and 5C. RGB value is (83,40,92). Sum of RGB (Red+Green+Blue) = 83+40+92=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 92 - color contains mainly: blue. Hex color #53285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53285C is #ACD7A3. Grayscale: #3A3A3A. Windows color (decimal): -11327396 or 6039635. OLE color: 6039635.

HSL color Cylindrical-coordinate representation of color #53285C: hue angle of 289.62º 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 #53285C is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB834092-
CMYK0.100.5700.64
HSL289.62º39.39%25.88%-
HSV(B)289.62º56.52%36.08%-
XYZ6.264.1310.59-
YUV58.78146.75145.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.60%
GREEN value IS 40 (16.02% from 255) = 18.60%
BLUE value IS 92 (36.33% from 255) = 42.79%
R=38.60%
G=18.60%
B=42.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8340920.100.5700.64289.6239.3925.88
Hex53285CA39040122271a
Octal12350134127101004424732
Binary1010011101000101110010101110010100000010010001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53285C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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