#570E4F

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

Shades of Palatinate Purple #570E4F

Tints of Palatinate Purple #570E4F

Color information

#570E4F (or 0x570E4F) is unknown color: approx Palatinate Purple. HEX triplet: 57, 0E and 4F. RGB value is (87,14,79). Sum of RGB (Red+Green+Blue) = 87+14+79=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 14 (5.86% from 255 or 7.78% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #570E4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570E4F is #A8F1B0. Grayscale: #2B2B2B. Windows color (decimal): -11071921 or 5181015. OLE color: 5181015.

HSL color Cylindrical-coordinate representation of color #570E4F: hue angle of 306.58º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #570E4F is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB871479-
CMYK00.840.090.66
HSL306.58º72.28%19.8%-
HSV(B)306.58º83.91%34.12%-
XYZ5.52.97.67-
YUV43.24148.18159.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.33%
GREEN value IS 14 (5.86% from 255) = 7.78%
BLUE value IS 79 (31.25% from 255) = 43.89%
R=48.33%
G=7.78%
B=43.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87147900.840.090.66306.5872.2819.8
Hex57E4F0549421334814
Octal1271611701241110246311024
Binary1010111111010011110101010010011000010100110011100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570E4F; }

 p { color: rgb(87,14,79); }

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

<style>
 a { background-color: #570E4F; }

 a { background-color: rgb(87,14,79); }

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

<style>
 span { border-color: #570E4F; }

 span { border-color: rgb(87,14,79); }

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