#570355

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

Shades of Palatinate Purple #570355

Tints of Palatinate Purple #570355

Color information

#570355 (or 0x570355) is unknown color: approx Palatinate Purple. HEX triplet: 57, 03 and 55. RGB value is (87,3,85). Sum of RGB (Red+Green+Blue) = 87+3+85=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #570355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570355 is #A8FCAA. Grayscale: #252525. Windows color (decimal): -11074731 or 5571415. OLE color: 5571415.

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

Color convert

RGB87385-
CMYK00.970.020.66
HSL301.43º93.33%17.65%-
HSV(B)301.43º96.55%34.12%-
XYZ5.62.758.83-
YUV37.46154.83163.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.71%
GREEN value IS 3 (1.56% from 255) = 1.71%
BLUE value IS 85 (33.59% from 255) = 48.57%
R=49.71%
G=1.71%
B=48.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8738500.970.020.66301.4393.3317.65
Hex5735506124212d5d12
Octal12731250141210245513522
Binary101011111101010101100001101000010100101101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570355; }

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

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

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

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

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

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

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

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