#57335E

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

Shades of Hot Purple #57335E

Tints of Hot Purple #57335E

Color information

#57335E (or 0x57335E) is unknown color: approx Hot Purple. HEX triplet: 57, 33 and 5E. RGB value is (87,51,94). Sum of RGB (Red+Green+Blue) = 87+51+94=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 94 - color contains mainly: blue. Hex color #57335E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57335E is #A8CCA1. Grayscale: #424242. Windows color (decimal): -11062434 or 6173527. OLE color: 6173527.

HSL color Cylindrical-coordinate representation of color #57335E: hue angle of 290.23º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57335E is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB875194-
CMYK0.070.4600.63
HSL290.23º29.66%28.43%-
HSV(B)290.23º45.74%36.86%-
XYZ7.135.211.22-
YUV66.67143.43142.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.5%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 94 (37.11% from 255) = 40.52%
R=37.5%
G=21.98%
B=40.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8751940.070.4600.63290.2329.6628.43
Hex57335E72E03F1221e1c
Octal127631367560774423634
Binary1010111110011101111011110111001111111001000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57335E; }

 p { color: rgb(87,51,94); }

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

<style>
 a { background-color: #57335E; }

 a { background-color: rgb(87,51,94); }

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

<style>
 span { border-color: #57335E; }

 span { border-color: rgb(87,51,94); }

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