#57065D

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

Shades of Palatinate Purple #57065D

Tints of Palatinate Purple #57065D

Color information

#57065D (or 0x57065D) is unknown color: approx Palatinate Purple. HEX triplet: 57, 06 and 5D. RGB value is (87,6,93). Sum of RGB (Red+Green+Blue) = 87+6+93=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #57065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57065D is #A8F9A2. Grayscale: #272727. Windows color (decimal): -11073955 or 6096471. OLE color: 6096471.

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

Color convert

RGB87693-
CMYK0.060.9400.64
HSL295.86º87.88%19.41%-
HSV(B)295.86º93.55%36.47%-
XYZ5.972.9510.61-
YUV40.14157.84161.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.77%
GREEN value IS 6 (2.73% from 255) = 3.23%
BLUE value IS 93 (36.72% from 255) = 50%
R=46.77%
G=3.23%
B=50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal876930.060.9400.64295.8687.8819.41
Hex5765D65E0401285813
Octal12761356136010045013023
Binary10101111101011101110101111001000000100101000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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