#53175C

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

Shades of Hot Purple #53175C

Tints of Hot Purple #53175C

Color information

#53175C (or 0x53175C) is unknown color: approx Hot Purple. HEX triplet: 53, 17 and 5C. RGB value is (83,23,92). Sum of RGB (Red+Green+Blue) = 83+23+92=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #53175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53175C is #ACE8A3. Grayscale: #303030. Windows color (decimal): -11331748 or 6035283. OLE color: 6035283.

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

Color convert

RGB832392-
CMYK0.100.7500.64
HSL292.17º60%22.55%-
HSV(B)292.17º75%36.08%-
XYZ5.813.2210.44-
YUV48.81152.38152.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.92%
GREEN value IS 23 (9.38% from 255) = 11.62%
BLUE value IS 92 (36.33% from 255) = 46.46%
R=41.92%
G=11.62%
B=46.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8323920.100.7500.64292.176022.55
Hex53175CA4B0401243c17
Octal123271341211301004447427
Binary1010011101111011100101010010110100000010010010011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53175C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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