#570156

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

Shades of Palatinate Purple #570156

Tints of Palatinate Purple #570156

Color information

#570156 (or 0x570156) is unknown color: approx Palatinate Purple. HEX triplet: 57, 01 and 56. RGB value is (87,1,86). Sum of RGB (Red+Green+Blue) = 87+1+86=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #570156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570156 is #A8FEA9. Grayscale: #242424. Windows color (decimal): -11075242 or 5636439. OLE color: 5636439.

HSL color Cylindrical-coordinate representation of color #570156: hue angle of 300.7º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #570156 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB87186-
CMYK00.990.010.66
HSL300.7º97.73%17.25%-
HSV(B)300.7º98.85%34.12%-
XYZ5.622.729.03-
YUV36.4155.99164.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 86 (33.98% from 255) = 49.43%
R=50%
G=0.57%
B=49.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8718600.990.010.66300.797.7317.25
Hex5715606314212d6211
Octal12711260143110245514221
Binary1010111110101100110001111000010100101101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570156; }

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

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

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

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

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

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

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

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