#571054

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

Shades of Palatinate Purple #571054

Tints of Palatinate Purple #571054

Color information

#571054 (or 0x571054) is unknown color: approx Palatinate Purple. HEX triplet: 57, 10 and 54. RGB value is (87,16,84). Sum of RGB (Red+Green+Blue) = 87+16+84=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #571054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571054 is #A8EFAB. Grayscale: #2C2C2C. Windows color (decimal): -11071404 or 5509207. OLE color: 5509207.

HSL color Cylindrical-coordinate representation of color #571054: hue angle of 302.54º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571054 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB871684-
CMYK00.820.030.66
HSL302.54º68.93%20.2%-
HSV(B)302.54º81.61%34.12%-
XYZ5.723.048.67-
YUV44.98150.02157.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.52%
GREEN value IS 16 (6.64% from 255) = 8.56%
BLUE value IS 84 (33.20% from 255) = 44.92%
R=46.52%
G=8.56%
B=44.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87168400.820.030.66302.5468.9320.2
Hex57105405234212f4514
Octal127201240122310245710524
Binary101011110000101010001010010111000010100101111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571054; }

 p { color: rgb(87,16,84); }

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

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

 a { background-color: rgb(87,16,84); }

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

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

 span { border-color: rgb(87,16,84); }

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