#6D1056

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

Shades of Palatinate Purple #6D1056

Tints of Palatinate Purple #6D1056

Color information

#6D1056 (or 0x6D1056) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 10 and 56. RGB value is (109,16,86). Sum of RGB (Red+Green+Blue) = 109+16+86=211 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.66% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1056 is #92EFA9. Grayscale: #333333. Windows color (decimal): -9629610 or 5640301. OLE color: 5640301.

HSL color Cylindrical-coordinate representation of color #6D1056: hue angle of 314.84º 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 #6D1056 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB1091686-
CMYK00.850.210.57
HSL314.84º74.4%24.51%-
HSV(B)314.84º85.32%42.75%-
XYZ8.174.299.2-
YUV51.79147.31168.81-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 51.66%
GREEN value IS 16 (6.64% from 255) = 7.58%
BLUE value IS 86 (33.98% from 255) = 40.76%
R=51.66%
G=7.58%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109168600.850.210.57314.8474.424.51
Hex6D1056055153913b4a19
Octal155201260125257147311231
Binary11011011000010101100101010110101111001100111011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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