#570661

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

Shades of Palatinate Purple #570661

Tints of Palatinate Purple #570661

Color information

#570661 (or 0x570661) is unknown color: approx Palatinate Purple. HEX triplet: 57, 06 and 61. RGB value is (87,6,97). Sum of RGB (Red+Green+Blue) = 87+6+97=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #570661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570661 is #A8F99E. Grayscale: #282828. Windows color (decimal): -11073951 or 6358615. OLE color: 6358615.

HSL color Cylindrical-coordinate representation of color #570661: hue angle of 293.41º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570661 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB87697-
CMYK0.100.9400.62
HSL293.41º88.35%20.2%-
HSV(B)293.41º93.81%38.04%-
XYZ6.153.0211.57-
YUV40.59159.84161.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.79%
GREEN value IS 6 (2.73% from 255) = 3.16%
BLUE value IS 97 (38.28% from 255) = 51.05%
R=45.79%
G=3.16%
B=51.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal876970.100.9400.62293.4188.3520.2
Hex57661A5E03E1255814
Octal12761411213607644513024
Binary10101111101100001101010111100111110100100101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570661; }

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

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

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

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

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

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

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

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