#57335D

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

Shades of Hot Purple #57335D

Tints of Hot Purple #57335D

Color information

#57335D (or 0x57335D) is unknown color: approx Hot Purple. HEX triplet: 57, 33 and 5D. RGB value is (87,51,93). Sum of RGB (Red+Green+Blue) = 87+51+93=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #57335D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57335D is #A8CCA2. Grayscale: #424242. Windows color (decimal): -11062435 or 6107991. OLE color: 6107991.

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

Color convert

RGB875193-
CMYK0.060.4500.64
HSL291.43º29.17%28.24%-
HSV(B)291.43º45.16%36.47%-
XYZ7.095.1810.98-
YUV66.55142.93142.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.66%
GREEN value IS 51 (20.31% from 255) = 22.08%
BLUE value IS 93 (36.72% from 255) = 40.26%
R=37.66%
G=22.08%
B=40.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8751930.060.4500.64291.4329.1728.24
Hex57335D62D0401231d1c
Octal1276313565501004433534
Binary10101111100111011101110101101010000001001000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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