Html Css Color HEX #6C116F Palatinate Purple

📋 copy color: '#6C116F'

red 108 ◦ green 17 ◦ blue 111

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

Shades of Palatinate Purple #6C116F

Tints of Palatinate Purple #6C116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 47.03%

R = 45.76%
G = 7.2%
B = 47.03%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6C116F (or 0x6C116F) is known color: Palatinate Purple. HEX triplet: 6C, 11 and 6F. RGB value is (108,17,111). Sum of RGB (Red+Green+Blue) = 108+17+111=236 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.76% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 111 - color contains mainly: blue. Hex color #6C116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C116F is #93EE90. Grayscale: #363636. Windows color (decimal): -9694865 or 7278956. OLE color: 7278956.

HSL color Cylindrical-coordinate representation of color #6C116F: hue angle of 298.09º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C116F is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 108 17 111 -
CMYK 0.03 0.85 0 0.56
HSL 298.09º 0.73% 0.25% -
HSV(B) 298.09º 0.85% 0.44% -
XYZ 9.25 4.74 15.47 -
YUV 54.93 159.65 165.86 -
System Red Green Blue C M Y K H S L
Decimal 108 17 111 0.03 0.85 0 0.56 298.09 0.73 0.25
Hex 6C 11 6F 3 55 0 38 12A 49 19
Octal 154 21 157 3 125 0 70 452 111 31
Binary 1101100 10001 1101111 11 1010101 0 111000 100101010 1001001 11001

Color Harmonies of #6C116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C116F

Black with #6C116F

Text Example


Text Example

White with #6C116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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