#57225D

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

Shades of Hot Purple #57225D

Tints of Hot Purple #57225D

Color information

#57225D (or 0x57225D) is unknown color: approx Hot Purple. HEX triplet: 57, 22 and 5D. RGB value is (87,34,93). Sum of RGB (Red+Green+Blue) = 87+34+93=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 93 - color contains mainly: blue. Hex color #57225D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57225D is #A8DDA2. Grayscale: #383838. Windows color (decimal): -11066787 or 6103639. OLE color: 6103639.

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

Color convert

RGB873493-
CMYK0.060.6300.64
HSL293.9º46.46%24.9%-
HSV(B)293.9º63.44%36.47%-
XYZ6.483.9610.78-
YUV56.57148.56149.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.65%
GREEN value IS 34 (13.67% from 255) = 15.89%
BLUE value IS 93 (36.72% from 255) = 43.46%
R=40.65%
G=15.89%
B=43.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8734930.060.6300.64293.946.4624.9
Hex57225D63F0401262e19
Octal1274213567701004465631
Binary101011110001010111011101111110100000010010011010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57225D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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