#57175C

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

Shades of Hot Purple #57175C

Tints of Hot Purple #57175C

Color information

#57175C (or 0x57175C) is unknown color: approx Hot Purple. HEX triplet: 57, 17 and 5C. RGB value is (87,23,92). Sum of RGB (Red+Green+Blue) = 87+23+92=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #57175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57175C is #A8E8A3. Grayscale: #313131. Windows color (decimal): -11069604 or 6035287. OLE color: 6035287.

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

Color convert

RGB872392-
CMYK0.050.7500.64
HSL295.65º60%22.55%-
HSV(B)295.65º75%36.08%-
XYZ6.173.4110.46-
YUV50151.7154.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.07%
GREEN value IS 23 (9.38% from 255) = 11.39%
BLUE value IS 92 (36.33% from 255) = 45.54%
R=43.07%
G=11.39%
B=45.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8723920.050.7500.64295.656022.55
Hex57175C54B0401283c17
Octal12727134511301004507427
Binary101011110111101110010110010110100000010010100011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57175C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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