#57015D

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

Shades of Palatinate Purple #57015D

Tints of Palatinate Purple #57015D

Color information

#57015D (or 0x57015D) is unknown color: approx Palatinate Purple. HEX triplet: 57, 01 and 5D. RGB value is (87,1,93). Sum of RGB (Red+Green+Blue) = 87+1+93=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #57015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57015D is #A8FEA2. Grayscale: #242424. Windows color (decimal): -11075235 or 6095191. OLE color: 6095191.

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

Color convert

RGB87193-
CMYK0.060.9900.64
HSL296.09º97.87%18.43%-
HSV(B)296.09º98.92%36.47%-
XYZ5.922.8410.59-
YUV37.2159.49163.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.07%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 93 (36.72% from 255) = 51.38%
R=48.07%
G=0.55%
B=51.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal871930.060.9900.64296.0997.8718.43
Hex5715D6630401286212
Octal12711356143010045014222
Binary101011111011101110110001101000000100101000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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