#57255B

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

Shades of Hot Purple #57255B

Tints of Hot Purple #57255B

Color information

#57255B (or 0x57255B) is unknown color: approx Hot Purple. HEX triplet: 57, 25 and 5B. RGB value is (87,37,91). Sum of RGB (Red+Green+Blue) = 87+37+91=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 91 - color contains mainly: blue. Hex color #57255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57255B is #A8DAA4. Grayscale: #393939. Windows color (decimal): -11066021 or 5973335. OLE color: 5973335.

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

Color convert

RGB873791-
CMYK0.040.5900.64
HSL295.56º42.19%25.1%-
HSV(B)295.56º59.34%35.69%-
XYZ6.484.110.35-
YUV58.11146.56148.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.47%
GREEN value IS 37 (14.84% from 255) = 17.21%
BLUE value IS 91 (35.94% from 255) = 42.33%
R=40.47%
G=17.21%
B=42.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8737910.040.5900.64295.5642.1925.1
Hex57255B43B0401282a19
Octal1274513347301004505231
Binary101011110010110110111001110110100000010010100010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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