#57175B

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

Shades of Hot Purple #57175B

Tints of Hot Purple #57175B

Color information

#57175B (or 0x57175B) is unknown color: approx Hot Purple. HEX triplet: 57, 17 and 5B. RGB value is (87,23,91). Sum of RGB (Red+Green+Blue) = 87+23+91=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #57175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57175B is #A8E8A4. Grayscale: #313131. Windows color (decimal): -11069605 or 5969751. OLE color: 5969751.

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

Color convert

RGB872391-
CMYK0.040.7500.64
HSL296.47º59.65%22.35%-
HSV(B)296.47º74.73%35.69%-
XYZ6.133.3910.23-
YUV49.89151.2154.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.28%
GREEN value IS 23 (9.38% from 255) = 11.44%
BLUE value IS 91 (35.94% from 255) = 45.27%
R=43.28%
G=11.44%
B=45.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8723910.040.7500.64296.4759.6522.35
Hex57175B44B0401283c16
Octal12727133411301004507426
Binary101011110111101101110010010110100000010010100011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57175B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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