Html Css Color HEX #6F116E Palatinate Purple

📋 copy color: '#6F116E'

red 111 ◦ green 17 ◦ blue 110

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

Shades of Palatinate Purple #6F116E

Tints of Palatinate Purple #6F116E

RGB

 RED value IS 111 (43.75% from 255) = 46.64%

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

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

R = 46.64%
G = 7.14%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#6F116E (or 0x6F116E) is known color: Palatinate Purple. HEX triplet: 6F, 11 and 6E. RGB value is (111,17,110). Sum of RGB (Red+Green+Blue) = 111+17+110=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F116E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F116E is #90EE91. Grayscale: #373737. Windows color (decimal): -9498258 or 7213423. OLE color: 7213423.

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

Color convert

RGB 111 17 110 -
CMYK 0 0.85 0.01 0.56
HSL 300.64º 0.73% 0.25% -
HSV(B) 300.64º 0.85% 0.44% -
XYZ 9.57 4.91 15.19 -
YUV 55.71 158.64 167.44 -
System Red Green Blue C M Y K H S L
Decimal 111 17 110 0 0.85 0.01 0.56 300.64 0.73 0.25
Hex 6F 11 6E 0 55 1 38 12D 49 19
Octal 157 21 156 0 125 1 70 455 111 31
Binary 1101111 10001 1101110 0 1010101 1 111000 100101101 1001001 11001

Color Harmonies of #6F116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F116E

Black with #6F116E

Text Example


Text Example

White with #6F116E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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