#571655

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

Shades of Palatinate Purple #571655

Tints of Palatinate Purple #571655

Color information

#571655 (or 0x571655) is unknown color: approx Palatinate Purple. HEX triplet: 57, 16 and 55. RGB value is (87,22,85). Sum of RGB (Red+Green+Blue) = 87+22+85=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #571655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571655 is #A8E9AA. Grayscale: #303030. Windows color (decimal): -11069867 or 5576279. OLE color: 5576279.

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

Color convert

RGB872285-
CMYK00.750.020.66
HSL301.85º59.63%21.37%-
HSV(B)301.85º74.71%34.12%-
XYZ5.863.268.91-
YUV48.62148.53155.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.85%
GREEN value IS 22 (8.98% from 255) = 11.34%
BLUE value IS 85 (33.59% from 255) = 43.81%
R=44.85%
G=11.34%
B=43.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87228500.750.020.66301.8559.6321.37
Hex57165504B24212e3c15
Octal12726125011321024567425
Binary10101111011010101010100101110100001010010111011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571655; }

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

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

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

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

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

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

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

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