#57155D

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

Shades of Hot Purple #57155D

Tints of Hot Purple #57155D

Color information

#57155D (or 0x57155D) is unknown color: approx Hot Purple. HEX triplet: 57, 15 and 5D. RGB value is (87,21,93). Sum of RGB (Red+Green+Blue) = 87+21+93=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 93 - color contains mainly: blue. Hex color #57155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57155D is #A8EAA2. Grayscale: #303030. Windows color (decimal): -11070115 or 6100311. OLE color: 6100311.

HSL color Cylindrical-coordinate representation of color #57155D: hue angle of 295º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #57155D is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB872193-
CMYK0.060.7700.64
HSL295º63.16%22.35%-
HSV(B)295º77.42%36.47%-
XYZ6.173.3510.68-
YUV48.94152.87155.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.28%
GREEN value IS 21 (8.59% from 255) = 10.45%
BLUE value IS 93 (36.72% from 255) = 46.27%
R=43.28%
G=10.45%
B=46.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8721930.060.7700.6429563.1622.35
Hex57155D64D0401273f16
Octal12725135611501004477726
Binary101011110101101110111010011010100000010010011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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