Html Css Color HEX #6E116F Purple

📋 copy color: '#6E116F'

red 110 ◦ green 17 ◦ blue 111

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

Shades of Purple #6E116F

Tints of Purple #6E116F

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

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

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

Color convert

RGB 110 17 111 -
CMYK 0.01 0.85 0 0.56
HSL 299.36º 0.73% 0.25% -
HSV(B) 299.36º 0.85% 0.44% -
XYZ 9.5 4.86 15.48 -
YUV 55.52 159.31 166.86 -
System Red Green Blue C M Y K H S L
Decimal 110 17 111 0.01 0.85 0 0.56 299.36 0.73 0.25
Hex 6E 11 6F 1 55 0 38 12B 49 19
Octal 156 21 157 1 125 0 70 453 111 31
Binary 1101110 10001 1101111 1 1010101 0 111000 100101011 1001001 11001

Color Harmonies of #6E116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E116F

Black with #6E116F

Text Example


Text Example

White with #6E116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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