#571053

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

Shades of Palatinate Purple #571053

Tints of Palatinate Purple #571053

Color information

#571053 (or 0x571053) is unknown color: approx Palatinate Purple. HEX triplet: 57, 10 and 53. RGB value is (87,16,83). Sum of RGB (Red+Green+Blue) = 87+16+83=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #571053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571053 is #A8EFAC. Grayscale: #2C2C2C. Windows color (decimal): -11071405 or 5443671. OLE color: 5443671.

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

Color convert

RGB871683-
CMYK00.820.050.66
HSL303.38º68.93%20.2%-
HSV(B)303.38º81.61%34.12%-
XYZ5.683.028.47-
YUV44.87149.52158.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.77%
GREEN value IS 16 (6.64% from 255) = 8.60%
BLUE value IS 83 (32.81% from 255) = 44.62%
R=46.77%
G=8.60%
B=44.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87168300.820.050.66303.3868.9320.2
Hex57105305254212f4514
Octal127201230122510245710524
Binary1010111100001010011010100101011000010100101111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571053; }

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

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

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

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

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

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

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

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