#570255

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

Shades of Palatinate Purple #570255

Tints of Palatinate Purple #570255

Color information

#570255 (or 0x570255) is unknown color: approx Palatinate Purple. HEX triplet: 57, 02 and 55. RGB value is (87,2,85). Sum of RGB (Red+Green+Blue) = 87+2+85=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #570255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570255 is #A8FDAA. Grayscale: #242424. Windows color (decimal): -11074987 or 5571159. OLE color: 5571159.

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

Color convert

RGB87285-
CMYK00.980.020.66
HSL301.41º95.51%17.45%-
HSV(B)301.41º97.7%34.12%-
XYZ5.592.738.83-
YUV36.88155.16163.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 1.15%
BLUE value IS 85 (33.59% from 255) = 48.85%
R=50%
G=1.15%
B=48.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8728500.980.020.66301.4195.5117.45
Hex5725506224212d6011
Octal12721250142210245514021
Binary101011110101010101100010101000010100101101110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570255; }

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

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

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

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

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

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

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

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