#6D1169

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

Shades of Palatinate Purple #6D1169

Tints of Palatinate Purple #6D1169

Color information

#6D1169 (or 0x6D1169) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 11 and 69. RGB value is (109,17,105). Sum of RGB (Red+Green+Blue) = 109+17+105=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1169 is #92EE96. Grayscale: #363636. Windows color (decimal): -9629335 or 6885741. OLE color: 6885741.

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

Color convert

RGB10917105-
CMYK00.840.040.57
HSL302.61º73.02%24.71%-
HSV(B)302.61º84.4%42.75%-
XYZ9.064.6713.79-
YUV54.54156.48166.84-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.19%
GREEN value IS 17 (7.03% from 255) = 7.36%
BLUE value IS 105 (41.41% from 255) = 45.45%
R=47.19%
G=7.36%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091710500.840.040.57302.6173.0224.71
Hex6D116905443912f4919
Octal15521151012447145711131
Binary110110110001110100101010100100111001100101111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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