#57295A

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

Shades of Hot Purple #57295A

Tints of Hot Purple #57295A

Color information

#57295A (or 0x57295A) is unknown color: approx Hot Purple. HEX triplet: 57, 29 and 5A. RGB value is (87,41,90). Sum of RGB (Red+Green+Blue) = 87+41+90=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #57295A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57295A is #A8D6A5. Grayscale: #3C3C3C. Windows color (decimal): -11064998 or 5908823. OLE color: 5908823.

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

Color convert

RGB874190-
CMYK0.030.5400.65
HSL296.33º37.4%25.69%-
HSV(B)296.33º54.44%35.29%-
XYZ6.574.3510.17-
YUV60.34144.74147.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.91%
GREEN value IS 41 (16.41% from 255) = 18.81%
BLUE value IS 90 (35.55% from 255) = 41.28%
R=39.91%
G=18.81%
B=41.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8741900.030.5400.65296.3337.425.69
Hex57295A336041128251a
Octal1275113236601014504532
Binary10101111010011011010111101100100000110010100010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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