#57365C

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

Shades of Hot Purple #57365C

Tints of Hot Purple #57365C

Color information

#57365C (or 0x57365C) is unknown color: approx Hot Purple. HEX triplet: 57, 36 and 5C. RGB value is (87,54,92). Sum of RGB (Red+Green+Blue) = 87+54+92=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 92 - color contains mainly: blue. Hex color #57365C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57365C is #A8C9A3. Grayscale: #444444. Windows color (decimal): -11061668 or 6043223. OLE color: 6043223.

HSL color Cylindrical-coordinate representation of color #57365C: hue angle of 292.11º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #57365C is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB875492-
CMYK0.050.4100.64
HSL292.11º26.03%28.63%-
HSV(B)292.11º41.3%36.08%-
XYZ7.185.4410.8-
YUV68.2141.43141.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.34%
GREEN value IS 54 (21.48% from 255) = 23.18%
BLUE value IS 92 (36.33% from 255) = 39.48%
R=37.34%
G=23.18%
B=39.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8754920.050.4100.64292.1126.0328.63
Hex57365C5290401241a1d
Octal1276613455101004443235
Binary10101111101101011100101101001010000001001001001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57365C; }

 p { color: rgb(87,54,92); }

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

<style>
 a { background-color: #57365C; }

 a { background-color: rgb(87,54,92); }

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

<style>
 span { border-color: #57365C; }

 span { border-color: rgb(87,54,92); }

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