#57165D

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

Shades of Hot Purple #57165D

Tints of Hot Purple #57165D

Color information

#57165D (or 0x57165D) is unknown color: approx Hot Purple. HEX triplet: 57, 16 and 5D. RGB value is (87,22,93). Sum of RGB (Red+Green+Blue) = 87+22+93=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #57165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57165D is #A8E9A2. Grayscale: #313131. Windows color (decimal): -11069859 or 6100567. OLE color: 6100567.

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

Color convert

RGB872293-
CMYK0.060.7600.64
HSL294.93º61.74%22.55%-
HSV(B)294.93º76.34%36.47%-
XYZ6.193.3910.68-
YUV49.53152.53154.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.07%
GREEN value IS 22 (8.98% from 255) = 10.89%
BLUE value IS 93 (36.72% from 255) = 46.04%
R=43.07%
G=10.89%
B=46.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8722930.060.7600.64294.9361.7422.55
Hex57165D64C0401273e17
Octal12726135611401004477627
Binary101011110110101110111010011000100000010010011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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