Html Css Color HEX #6D166D Palatinate Purple

📋 copy color: '#6D166D'

red 109 ◦ green 22 ◦ blue 109

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

Shades of Palatinate Purple #6D166D

Tints of Palatinate Purple #6D166D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.42%

R = 45.42%
G = 9.17%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6D166D (or 0x6D166D) is known color: Palatinate Purple. HEX triplet: 6D, 16 and 6D. RGB value is (109,22,109). Sum of RGB (Red+Green+Blue) = 109+22+109=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: red, blue. Hex color #6D166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D166D is #92E992. Grayscale: #393939. Windows color (decimal): -9628051 or 7149165. OLE color: 7149165.

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

Color convert

RGB 109 22 109 -
CMYK 0 0.80 0 0.57
HSL 300º 0.66% 0.26% -
HSV(B) 300º 0.8% 0.43% -
XYZ 9.35 4.93 14.93 -
YUV 57.93 156.82 164.43 -
System Red Green Blue C M Y K H S L
Decimal 109 22 109 0 0.80 0 0.57 300 0.66 0.26
Hex 6D 16 6D 0 50 0 39 12C 42 1A
Octal 155 26 155 0 120 0 71 454 102 32
Binary 1101101 10110 1101101 0 1010000 0 111001 100101100 1000010 11010

Color Harmonies of #6D166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D166D

Black with #6D166D

Text Example


Text Example

White with #6D166D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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