#57165A

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

Shades of Hot Purple #57165A

Tints of Hot Purple #57165A

Color information

#57165A (or 0x57165A) is unknown color: approx Hot Purple. HEX triplet: 57, 16 and 5A. RGB value is (87,22,90). Sum of RGB (Red+Green+Blue) = 87+22+90=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: blue. Hex color #57165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57165A is #A8E9A5. Grayscale: #303030. Windows color (decimal): -11069862 or 5903959. OLE color: 5903959.

HSL color Cylindrical-coordinate representation of color #57165A: hue angle of 297.35º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #57165A is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB872290-
CMYK0.030.7600.65
HSL297.35º60.71%21.96%-
HSV(B)297.35º75.56%35.29%-
XYZ6.063.3410-
YUV49.19151.03154.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.72%
GREEN value IS 22 (8.98% from 255) = 11.06%
BLUE value IS 90 (35.55% from 255) = 45.23%
R=43.72%
G=11.06%
B=45.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8722900.030.7600.65297.3560.7121.96
Hex57165A34C0411293d16
Octal12726132311401014517526
Binary10101111011010110101110011000100000110010100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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