#57225A

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

Shades of Hot Purple #57225A

Tints of Hot Purple #57225A

Color information

#57225A (or 0x57225A) is unknown color: approx Hot Purple. HEX triplet: 57, 22 and 5A. RGB value is (87,34,90). Sum of RGB (Red+Green+Blue) = 87+34+90=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #57225A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57225A is #A8DDA5. Grayscale: #383838. Windows color (decimal): -11066790 or 5907031. OLE color: 5907031.

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

Color convert

RGB873490-
CMYK0.030.6200.65
HSL296.79º45.16%24.31%-
HSV(B)296.79º62.22%35.29%-
XYZ6.353.9110.09-
YUV56.23147.06149.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.23%
GREEN value IS 34 (13.67% from 255) = 16.11%
BLUE value IS 90 (35.55% from 255) = 42.65%
R=41.23%
G=16.11%
B=42.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8734900.030.6200.65296.7945.1624.31
Hex57225A33E0411292d18
Octal1274213237601014515530
Binary10101111000101011010111111100100000110010100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57225A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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