#6D1057

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

Shades of Palatinate Purple #6D1057

Tints of Palatinate Purple #6D1057

Color information

#6D1057 (or 0x6D1057) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 10 and 57. RGB value is (109,16,87). Sum of RGB (Red+Green+Blue) = 109+16+87=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1057 is #92EFA8. Grayscale: #333333. Windows color (decimal): -9629609 or 5705837. OLE color: 5705837.

HSL color Cylindrical-coordinate representation of color #6D1057: hue angle of 314.19º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D1057 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.57.

Color convert

RGB1091687-
CMYK00.850.200.57
HSL314.19º74.4%24.51%-
HSV(B)314.19º85.32%42.75%-
XYZ8.214.319.42-
YUV51.9147.81168.73-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 51.42%
GREEN value IS 16 (6.64% from 255) = 7.55%
BLUE value IS 87 (34.38% from 255) = 41.04%
R=51.42%
G=7.55%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.20
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109168700.850.200.57314.1974.424.51
Hex6D1057055143913a4a19
Octal155201270125247147211231
Binary11011011000010101110101010110100111001100111010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D1057; }

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

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

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

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

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

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

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

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