#57395B

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

Shades of Hot Purple #57395B

Tints of Hot Purple #57395B

Color information

#57395B (or 0x57395B) is unknown color: approx Hot Purple. HEX triplet: 57, 39 and 5B. RGB value is (87,57,91). Sum of RGB (Red+Green+Blue) = 87+57+91=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 91 - color contains mainly: blue. Hex color #57395B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57395B is #A8C6A4. Grayscale: #454545. Windows color (decimal): -11060901 or 5978455. OLE color: 5978455.

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

Color convert

RGB875791-
CMYK0.040.3700.64
HSL292.94º22.97%29.02%-
HSV(B)292.94º37.36%35.69%-
XYZ7.285.7110.62-
YUV69.85139.94140.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.02%
GREEN value IS 57 (22.66% from 255) = 24.26%
BLUE value IS 91 (35.94% from 255) = 38.72%
R=37.02%
G=24.26%
B=38.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8757910.040.3700.64292.9422.9729.02
Hex57395B425040125171d
Octal1277113344501004452735
Binary10101111110011011011100100101010000001001001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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