#6D166B

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

Shades of Palatinate Purple #6D166B

Tints of Palatinate Purple #6D166B

Color information

#6D166B (or 0x6D166B) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 16 and 6B. RGB value is (109,22,107). Sum of RGB (Red+Green+Blue) = 109+22+107=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 109 - color contains mainly: red. Hex color #6D166B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D166B is #92E994. Grayscale: #393939. Windows color (decimal): -9628053 or 7018093. OLE color: 7018093.

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

Color convert

RGB10922107-
CMYK00.800.020.57
HSL301.38º66.41%25.69%-
HSV(B)301.38º79.82%42.75%-
XYZ9.254.8914.37-
YUV57.7155.82164.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.80%
GREEN value IS 22 (8.98% from 255) = 9.24%
BLUE value IS 107 (42.19% from 255) = 44.96%
R=45.80%
G=9.24%
B=44.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1092210700.800.020.57301.3866.4125.69
Hex6D166B05023912d421a
Octal15526153012027145510232
Binary11011011011011010110101000010111001100101101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D166B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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