#57175D

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

Shades of Hot Purple #57175D

Tints of Hot Purple #57175D

Color information

#57175D (or 0x57175D) is unknown color: approx Hot Purple. HEX triplet: 57, 17 and 5D. RGB value is (87,23,93). Sum of RGB (Red+Green+Blue) = 87+23+93=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #57175D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57175D is #A8E8A2. Grayscale: #313131. Windows color (decimal): -11069603 or 6100823. OLE color: 6100823.

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

Color convert

RGB872393-
CMYK0.060.7500.64
HSL294.86º60.34%22.75%-
HSV(B)294.86º75.27%36.47%-
XYZ6.213.4310.69-
YUV50.12152.2154.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.86%
GREEN value IS 23 (9.38% from 255) = 11.33%
BLUE value IS 93 (36.72% from 255) = 45.81%
R=42.86%
G=11.33%
B=45.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8723930.060.7500.64294.8660.3422.75
Hex57175D64B0401273c17
Octal12727135611301004477427
Binary101011110111101110111010010110100000010010011111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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