#57095D

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

Shades of Palatinate Purple #57095D

Tints of Palatinate Purple #57095D

Color information

#57095D (or 0x57095D) is unknown color: approx Palatinate Purple. HEX triplet: 57, 09 and 5D. RGB value is (87,9,93). Sum of RGB (Red+Green+Blue) = 87+9+93=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #57095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57095D is #A8F6A2. Grayscale: #292929. Windows color (decimal): -11073187 or 6097239. OLE color: 6097239.

HSL color Cylindrical-coordinate representation of color #57095D: hue angle of 295.71º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #57095D is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB87993-
CMYK0.060.9000.64
HSL295.71º82.35%20%-
HSV(B)295.71º90.32%36.47%-
XYZ63.0110.62-
YUV41.9156.84160.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.03%
GREEN value IS 9 (3.91% from 255) = 4.76%
BLUE value IS 93 (36.72% from 255) = 49.21%
R=46.03%
G=4.76%
B=49.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal879930.060.9000.64295.7182.3520
Hex5795D65A0401285214
Octal127111356132010045012224
Binary101011110011011101110101101001000000100101000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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