#57345B

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

Shades of Hot Purple #57345B

Tints of Hot Purple #57345B

Color information

#57345B (or 0x57345B) is unknown color: approx Hot Purple. HEX triplet: 57, 34 and 5B. RGB value is (87,52,91). Sum of RGB (Red+Green+Blue) = 87+52+91=230 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.83% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 91 - color contains mainly: blue. Hex color #57345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57345B is #A8CBA4. Grayscale: #424242. Windows color (decimal): -11062181 or 5977175. OLE color: 5977175.

HSL color Cylindrical-coordinate representation of color #57345B: hue angle of 293.85º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #57345B is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB875291-
CMYK0.040.4300.64
HSL293.85º27.27%28.04%-
HSV(B)293.85º42.86%35.69%-
XYZ7.055.2410.54-
YUV66.91141.6142.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.83%
GREEN value IS 52 (20.70% from 255) = 22.61%
BLUE value IS 91 (35.94% from 255) = 39.57%
R=37.83%
G=22.61%
B=39.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8752910.040.4300.64293.8527.2728.04
Hex57345B42B0401261b1c
Octal1276413345301004463334
Binary10101111101001011011100101011010000001001001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57345B; }

 p { color: rgb(87,52,91); }

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

<style>
 a { background-color: #57345B; }

 a { background-color: rgb(87,52,91); }

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

<style>
 span { border-color: #57345B; }

 span { border-color: rgb(87,52,91); }

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