#571355

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

Shades of Palatinate Purple #571355

Tints of Palatinate Purple #571355

Color information

#571355 (or 0x571355) is unknown color: approx Palatinate Purple. HEX triplet: 57, 13 and 55. RGB value is (87,19,85). Sum of RGB (Red+Green+Blue) = 87+19+85=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 87 - color contains mainly: red. Hex color #571355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571355 is #A8ECAA. Grayscale: #2E2E2E. Windows color (decimal): -11070635 or 5575511. OLE color: 5575511.

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

Color convert

RGB871985-
CMYK00.780.020.66
HSL301.76º64.15%20.78%-
HSV(B)301.76º78.16%34.12%-
XYZ5.83.158.9-
YUV46.86149.53156.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.55%
GREEN value IS 19 (7.81% from 255) = 9.95%
BLUE value IS 85 (33.59% from 255) = 44.50%
R=45.55%
G=9.95%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87198500.780.020.66301.7664.1520.78
Hex57135504E24212e4015
Octal127231250116210245610025
Binary101011110011101010101001110101000010100101110100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571355; }

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

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

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

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

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

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

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

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