#57145A

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

Shades of Hot Purple #57145A

Tints of Hot Purple #57145A

Color information

#57145A (or 0x57145A) is unknown color: approx Hot Purple. HEX triplet: 57, 14 and 5A. RGB value is (87,20,90). Sum of RGB (Red+Green+Blue) = 87+20+90=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #57145A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57145A is #A8EBA5. Grayscale: #2F2F2F. Windows color (decimal): -11070374 or 5903447. OLE color: 5903447.

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

Color convert

RGB872090-
CMYK0.030.7800.65
HSL297.43º63.64%21.57%-
HSV(B)297.43º77.78%35.29%-
XYZ6.033.269.99-
YUV48.01151.7155.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.16%
GREEN value IS 20 (8.20% from 255) = 10.15%
BLUE value IS 90 (35.55% from 255) = 45.69%
R=44.16%
G=10.15%
B=45.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8720900.030.7800.65297.4363.6421.57
Hex57145A34E0411294016
Octal127241323116010145110026
Binary101011110100101101011100111001000001100101001100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57145A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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