#570655

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

Shades of Palatinate Purple #570655

Tints of Palatinate Purple #570655

Color information

#570655 (or 0x570655) is unknown color: approx Palatinate Purple. HEX triplet: 57, 06 and 55. RGB value is (87,6,85). Sum of RGB (Red+Green+Blue) = 87+6+85=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #570655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570655 is #A8F9AA. Grayscale: #262626. Windows color (decimal): -11073963 or 5572183. OLE color: 5572183.

HSL color Cylindrical-coordinate representation of color #570655: hue angle of 301.48º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #570655 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB87685-
CMYK00.930.020.66
HSL301.48º87.1%18.24%-
HSV(B)301.48º93.1%34.12%-
XYZ5.642.818.84-
YUV39.22153.84162.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.88%
GREEN value IS 6 (2.73% from 255) = 3.37%
BLUE value IS 85 (33.59% from 255) = 47.75%
R=48.88%
G=3.37%
B=47.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8768500.930.020.66301.4887.118.24
Hex5765505D24212d5712
Octal12761250135210245512722
Binary1010111110101010101011101101000010100101101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570655; }

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

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

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

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

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

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

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

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