Html Css Color HEX #6F1186 Purple

📋 copy color: '#6F1186'

red 111 ◦ green 17 ◦ blue 134

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

Shades of Purple #6F1186

Tints of Purple #6F1186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 51.15%

R = 42.37%
G = 6.49%
B = 51.15%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6F1186 (or 0x6F1186) is known color: Purple. HEX triplet: 6F, 11 and 86. RGB value is (111,17,134). Sum of RGB (Red+Green+Blue) = 111+17+134=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 134 (52.73% from 255 or 51.15% from 262); Max value from RGB is 134 - color contains mainly: blue. Hex color #6F1186 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F1186 is #90EE79. Grayscale: #3A3A3A. Windows color (decimal): -9498234 or 8786287. OLE color: 8786287.

HSL color Cylindrical-coordinate representation of color #6F1186: hue angle of 288.21º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F1186 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 111 17 134 -
CMYK 0.17 0.87 0 0.47
HSL 288.21º 0.77% 0.3% -
HSV(B) 288.21º 0.87% 0.53% -
XYZ 11.06 5.5 23.03 -
YUV 58.44 170.64 165.49 -
System Red Green Blue C M Y K H S L
Decimal 111 17 134 0.17 0.87 0 0.47 288.21 0.77 0.3
Hex 6F 11 86 11 57 0 2F 120 4D 1E
Octal 157 21 206 21 127 0 57 440 115 36
Binary 1101111 10001 10000110 10001 1010111 0 101111 100100000 1001101 11110

Color Harmonies of #6F1186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1186

Black with #6F1186

Text Example


Text Example

White with #6F1186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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