#6D1168

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

Shades of Palatinate Purple #6D1168

Tints of Palatinate Purple #6D1168

Color information

#6D1168 (or 0x6D1168) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 11 and 68. RGB value is (109,17,104). Sum of RGB (Red+Green+Blue) = 109+17+104=230 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.39% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1168 is #92EE97. Grayscale: #363636. Windows color (decimal): -9629336 or 6820205. OLE color: 6820205.

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

Color convert

RGB10917104-
CMYK00.840.050.57
HSL303.26º73.02%24.71%-
HSV(B)303.26º84.4%42.75%-
XYZ9.014.6513.52-
YUV54.43155.98166.93-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.39%
GREEN value IS 17 (7.03% from 255) = 7.39%
BLUE value IS 104 (41.02% from 255) = 45.22%
R=47.39%
G=7.39%
B=45.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091710400.840.050.57303.2673.0224.71
Hex6D116805453912f4919
Octal15521150012457145711131
Binary110110110001110100001010100101111001100101111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,17,104); }

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

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

 a { background-color: rgb(109,17,104); }

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

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

 span { border-color: rgb(109,17,104); }

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