#570B59

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

Shades of Palatinate Purple #570B59

Tints of Palatinate Purple #570B59

Color information

#570B59 (or 0x570B59) is unknown color: approx Palatinate Purple. HEX triplet: 57, 0B and 59. RGB value is (87,11,89). Sum of RGB (Red+Green+Blue) = 87+11+89=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #570B59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570B59 is #A8F4A6. Grayscale: #2A2A2A. Windows color (decimal): -11072679 or 5835607. OLE color: 5835607.

HSL color Cylindrical-coordinate representation of color #570B59: hue angle of 298.46º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #570B59 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB871189-
CMYK0.020.8800.65
HSL298.46º78%19.61%-
HSV(B)298.46º87.64%34.9%-
XYZ5.852.999.72-
YUV42.62154.18159.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.52%
GREEN value IS 11 (4.69% from 255) = 5.88%
BLUE value IS 89 (35.16% from 255) = 47.59%
R=46.52%
G=5.88%
B=47.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8711890.020.8800.65298.467819.61
Hex57B5925804112a4e14
Octal127131312130010145211624
Binary10101111011101100110101100001000001100101010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,11,89); }

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

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

 a { background-color: rgb(87,11,89); }

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

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

 span { border-color: rgb(87,11,89); }

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