Html Css Color HEX #6C116E Palatinate Purple

📋 copy color: '#6C116E'

red 108 ◦ green 17 ◦ blue 110

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

Shades of Palatinate Purple #6C116E

Tints of Palatinate Purple #6C116E

RGB

 RED value IS 108 (42.58% from 255) = 45.96%

 GREEN value IS 17 (7.03% from 255) = 7.23%

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

R = 45.96%
G = 7.23%
B = 46.81%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6C116E (or 0x6C116E) is known color: Palatinate Purple. HEX triplet: 6C, 11 and 6E. RGB value is (108,17,110). Sum of RGB (Red+Green+Blue) = 108+17+110=235 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.96% from 235); Green value is 17 (7.03% from 255 or 7.23% 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 #6C116E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C116E is #93EE91. Grayscale: #363636. Windows color (decimal): -9694866 or 7213420. OLE color: 7213420.

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

Color convert

RGB 108 17 110 -
CMYK 0.02 0.85 0 0.57
HSL 298.71º 0.73% 0.25% -
HSV(B) 298.71º 0.85% 0.43% -
XYZ 9.2 4.71 15.18 -
YUV 54.81 159.15 165.94 -
System Red Green Blue C M Y K H S L
Decimal 108 17 110 0.02 0.85 0 0.57 298.71 0.73 0.25
Hex 6C 11 6E 2 55 0 39 12B 49 19
Octal 154 21 156 2 125 0 71 453 111 31
Binary 1101100 10001 1101110 10 1010101 0 111001 100101011 1001001 11001

Color Harmonies of #6C116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C116E

Black with #6C116E

Text Example


Text Example

White with #6C116E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,17,110); }

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

background-color css

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

 a { background-color: rgb(108,17,110); }

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

border-color css

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

 span { border-color: rgb(108,17,110); }

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