#57145D

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

Shades of Hot Purple #57145D

Tints of Hot Purple #57145D

Color information

#57145D (or 0x57145D) is unknown color: approx Hot Purple. HEX triplet: 57, 14 and 5D. RGB value is (87,20,93). Sum of RGB (Red+Green+Blue) = 87+20+93=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #57145D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57145D is #A8EBA2. Grayscale: #303030. Windows color (decimal): -11070371 or 6100055. OLE color: 6100055.

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

Color convert

RGB872093-
CMYK0.060.7800.64
HSL295.07º64.6%22.16%-
HSV(B)295.07º78.49%36.47%-
XYZ6.163.3210.67-
YUV48.36153.2155.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.5%
GREEN value IS 20 (8.20% from 255) = 10%
BLUE value IS 93 (36.72% from 255) = 46.5%
R=43.5%
G=10%
B=46.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8720930.060.7800.64295.0764.622.16
Hex57145D64E0401274116
Octal127241356116010044710126
Binary1010111101001011101110100111001000000100100111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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