Html Css Color HEX #6D106E Palatinate Purple

📋 copy color: '#6D106E'

red 109 ◦ green 16 ◦ blue 110

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

Shades of Palatinate Purple #6D106E

Tints of Palatinate Purple #6D106E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.81%

 BLUE value IS 110 (43.36% from 255) = 46.81%

R = 46.38%
G = 6.81%
B = 46.81%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6D106E (or 0x6D106E) is known color: Palatinate Purple. HEX triplet: 6D, 10 and 6E. RGB value is (109,16,110). Sum of RGB (Red+Green+Blue) = 109+16+110=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 110 - color contains mainly: blue. Hex color #6D106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D106E is #92EF91. Grayscale: #363636. Windows color (decimal): -9629586 or 7213165. OLE color: 7213165.

HSL color Cylindrical-coordinate representation of color #6D106E: hue angle of 299.36º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D106E is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 16 110 -
CMYK 0.01 0.85 0 0.57
HSL 299.36º 0.75% 0.25% -
HSV(B) 299.36º 0.85% 0.43% -
XYZ 9.31 4.75 15.18 -
YUV 54.52 159.31 166.86 -
System Red Green Blue C M Y K H S L
Decimal 109 16 110 0.01 0.85 0 0.57 299.36 0.75 0.25
Hex 6D 10 6E 1 55 0 39 12B 4B 19
Octal 155 20 156 1 125 0 71 453 113 31
Binary 1101101 10000 1101110 1 1010101 0 111001 100101011 1001011 11001

Color Harmonies of #6D106E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D106E

Black with #6D106E

Text Example


Text Example

White with #6D106E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,16,110); }

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

background-color css

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

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

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

border-color css

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

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

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