Html Css Color HEX #6F116B Palatinate Purple

📋 copy color: '#6F116B'

red 111 ◦ green 17 ◦ blue 107

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

Shades of Palatinate Purple #6F116B

Tints of Palatinate Purple #6F116B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.53%

R = 47.23%
G = 7.23%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#6F116B (or 0x6F116B) is known color: Palatinate Purple. HEX triplet: 6F, 11 and 6B. RGB value is (111,17,107). Sum of RGB (Red+Green+Blue) = 111+17+107=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 111 - color contains mainly: red. Hex color #6F116B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F116B is #90EE94. Grayscale: #373737. Windows color (decimal): -9498261 or 7016815. OLE color: 7016815.

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

Color convert

RGB 111 17 107 -
CMYK 0 0.85 0.04 0.56
HSL 302.55º 0.73% 0.25% -
HSV(B) 302.55º 0.85% 0.44% -
XYZ 9.41 4.84 14.35 -
YUV 55.37 157.14 167.68 -
System Red Green Blue C M Y K H S L
Decimal 111 17 107 0 0.85 0.04 0.56 302.55 0.73 0.25
Hex 6F 11 6B 0 55 4 38 12F 49 19
Octal 157 21 153 0 125 4 70 457 111 31
Binary 1101111 10001 1101011 0 1010101 100 111000 100101111 1001001 11001

Color Harmonies of #6F116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F116B

Black with #6F116B

Text Example


Text Example

White with #6F116B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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