Html Css Color HEX #6D166C Palatinate Purple

📋 copy color: '#6D166C'

red 109 ◦ green 22 ◦ blue 108

#6D166C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #6D166C

Tints of Palatinate Purple #6D166C

RGB

 RED value IS 109 (42.97% from 255) = 45.61%

 GREEN value IS 22 (8.98% from 255) = 9.21%

 BLUE value IS 108 (42.58% from 255) = 45.19%

R = 45.61%
G = 9.21%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#6D166C (or 0x6D166C) is known color: Palatinate Purple. HEX triplet: 6D, 16 and 6C. RGB value is (109,22,108). Sum of RGB (Red+Green+Blue) = 109+22+108=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 109 - color contains mainly: red. Hex color #6D166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D166C is #92E993. Grayscale: #393939. Windows color (decimal): -9628052 or 7083629. OLE color: 7083629.

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

Color convert

RGB 109 22 108 -
CMYK 0 0.80 0.01 0.57
HSL 300.69º 0.66% 0.26% -
HSV(B) 300.69º 0.8% 0.43% -
XYZ 9.3 4.91 14.64 -
YUV 57.82 156.32 164.51 -
System Red Green Blue C M Y K H S L
Decimal 109 22 108 0 0.80 0.01 0.57 300.69 0.66 0.26
Hex 6D 16 6C 0 50 1 39 12D 42 1A
Octal 155 26 154 0 120 1 71 455 102 32
Binary 1101101 10110 1101100 0 1010000 1 111001 100101101 1000010 11010

Color Harmonies of #6D166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D166C

Black with #6D166C

Text Example


Text Example

White with #6D166C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D166C;
 }
 .AnyTagClassName
 {
   color: #6D166C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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