Html Css Color HEX #6E118F Purple

📋 copy color: '#6E118F'

red 110 ◦ green 17 ◦ blue 143

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

Shades of Purple #6E118F

Tints of Purple #6E118F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 52.96%

R = 40.74%
G = 6.3%
B = 52.96%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6E118F (or 0x6E118F) is known color: Purple. HEX triplet: 6E, 11 and 8F. RGB value is (110,17,143). Sum of RGB (Red+Green+Blue) = 110+17+143=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 143 (56.25% from 255 or 52.96% from 270); Max value from RGB is 143 - color contains mainly: blue. Hex color #6E118F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E118F is #91EE70. Grayscale: #3A3A3A. Windows color (decimal): -9563761 or 9376110. OLE color: 9376110.

HSL color Cylindrical-coordinate representation of color #6E118F: hue angle of 284.29º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E118F is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 110 17 143 -
CMYK 0.23 0.88 0 0.44
HSL 284.29º 0.79% 0.31% -
HSV(B) 284.29º 0.88% 0.56% -
XYZ 11.59 5.7 26.48 -
YUV 59.17 175.31 164.25 -
System Red Green Blue C M Y K H S L
Decimal 110 17 143 0.23 0.88 0 0.44 284.29 0.79 0.31
Hex 6E 11 8F 17 58 0 2C 11C 4F 1F
Octal 156 21 217 27 130 0 54 434 117 37
Binary 1101110 10001 10001111 10111 1011000 0 101100 100011100 1001111 11111

Color Harmonies of #6E118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E118F

Black with #6E118F

Text Example


Text Example

White with #6E118F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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