#6D166A

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

Shades of Palatinate Purple #6D166A

Tints of Palatinate Purple #6D166A

Color information

#6D166A (or 0x6D166A) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 16 and 6A. RGB value is (109,22,106). Sum of RGB (Red+Green+Blue) = 109+22+106=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 106 (41.80% from 255 or 44.73% from 237); Max value from RGB is 109 - color contains mainly: red. Hex color #6D166A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D166A is #92E995. Grayscale: #393939. Windows color (decimal): -9628054 or 6952557. OLE color: 6952557.

HSL color Cylindrical-coordinate representation of color #6D166A: hue angle of 302.07º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D166A is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB10922106-
CMYK00.800.030.57
HSL302.07º66.41%25.69%-
HSV(B)302.07º79.82%42.75%-
XYZ9.24.8714.09-
YUV57.59155.32164.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.99%
GREEN value IS 22 (8.98% from 255) = 9.28%
BLUE value IS 106 (41.80% from 255) = 44.73%
R=45.99%
G=9.28%
B=44.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1092210600.800.030.57302.0766.4125.69
Hex6D166A05033912e421a
Octal15526152012037145610232
Binary11011011011011010100101000011111001100101110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D166A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,22,106); }

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

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

 a { background-color: rgb(109,22,106); }

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

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

 span { border-color: rgb(109,22,106); }

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