#57375C

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

Shades of Hot Purple #57375C

Tints of Hot Purple #57375C

Color information

#57375C (or 0x57375C) is unknown color: approx Hot Purple. HEX triplet: 57, 37 and 5C. RGB value is (87,55,92). Sum of RGB (Red+Green+Blue) = 87+55+92=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 92 - color contains mainly: blue. Hex color #57375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57375C is #A8C8A3. Grayscale: #444444. Windows color (decimal): -11061412 or 6043479. OLE color: 6043479.

HSL color Cylindrical-coordinate representation of color #57375C: hue angle of 291.89º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57375C is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB875592-
CMYK0.050.4000.64
HSL291.89º25.17%28.82%-
HSV(B)291.89º40.22%36.08%-
XYZ7.235.5310.81-
YUV68.79141.1140.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.18%
GREEN value IS 55 (21.88% from 255) = 23.50%
BLUE value IS 92 (36.33% from 255) = 39.32%
R=37.18%
G=23.50%
B=39.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8755920.050.4000.64291.8925.1728.82
Hex57375C528040124191d
Octal1276713455001004443135
Binary10101111101111011100101101000010000001001001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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