#571651

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

Shades of Palatinate Purple #571651

Tints of Palatinate Purple #571651

Color information

#571651 (or 0x571651) is unknown color: approx Palatinate Purple. HEX triplet: 57, 16 and 51. RGB value is (87,22,81). Sum of RGB (Red+Green+Blue) = 87+22+81=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #571651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571651 is #A8E9AE. Grayscale: #2F2F2F. Windows color (decimal): -11069871 or 5314135. OLE color: 5314135.

HSL color Cylindrical-coordinate representation of color #571651: hue angle of 305.54º 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 #571651 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB872281-
CMYK00.750.070.66
HSL305.54º59.63%21.37%-
HSV(B)305.54º74.71%34.12%-
XYZ5.73.198.1-
YUV48.16146.53155.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.79%
GREEN value IS 22 (8.98% from 255) = 11.58%
BLUE value IS 81 (32.03% from 255) = 42.63%
R=45.79%
G=11.58%
B=42.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87228100.750.070.66305.5459.6321.37
Hex57165104B7421323c15
Octal12726121011371024627425
Binary101011110110101000101001011111100001010011001011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571651; }

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

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

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

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

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

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

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

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