#53175D

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

Shades of Hot Purple #53175D

Tints of Hot Purple #53175D

Color information

#53175D (or 0x53175D) is unknown color: approx Hot Purple. HEX triplet: 53, 17 and 5D. RGB value is (83,23,93). Sum of RGB (Red+Green+Blue) = 83+23+93=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #53175D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53175D is #ACE8A2. Grayscale: #303030. Windows color (decimal): -11331747 or 6100819. OLE color: 6100819.

HSL color Cylindrical-coordinate representation of color #53175D: hue angle of 291.43º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53175D is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB832393-
CMYK0.110.7500.64
HSL291.43º60.34%22.75%-
HSV(B)291.43º75.27%36.47%-
XYZ5.853.2410.67-
YUV48.92152.88152.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.71%
GREEN value IS 23 (9.38% from 255) = 11.56%
BLUE value IS 93 (36.72% from 255) = 46.73%
R=41.71%
G=11.56%
B=46.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8323930.110.7500.64291.4360.3422.75
Hex53175DB4B0401233c17
Octal123271351311301004437427
Binary1010011101111011101101110010110100000010010001111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53175D; }

 p { color: rgb(83,23,93); }

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

<style>
 a { background-color: #53175D; }

 a { background-color: rgb(83,23,93); }

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

<style>
 span { border-color: #53175D; }

 span { border-color: rgb(83,23,93); }

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