#6C1169

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

Shades of Palatinate Purple #6C1169

Tints of Palatinate Purple #6C1169

Color information

#6C1169 (or 0x6C1169) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 11 and 69. RGB value is (108,17,105). Sum of RGB (Red+Green+Blue) = 108+17+105=230 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.96% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1169 is #93EE96. Grayscale: #353535. Windows color (decimal): -9694871 or 6885740. OLE color: 6885740.

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

Color convert

RGB10817105-
CMYK00.840.030.58
HSL301.98º72.8%24.51%-
HSV(B)301.98º84.26%42.35%-
XYZ8.934.6113.78-
YUV54.24156.65166.34-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.96%
GREEN value IS 17 (7.03% from 255) = 7.39%
BLUE value IS 105 (41.41% from 255) = 45.65%
R=46.96%
G=7.39%
B=45.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081710500.840.030.58301.9872.824.51
Hex6C116905433A12e4919
Octal15421151012437245611131
Binary11011001000111010010101010011111010100101110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,17,105); }

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

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

 a { background-color: rgb(108,17,105); }

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

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

 span { border-color: rgb(108,17,105); }

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