Html Css Color HEX #6E118A Purple

📋 copy color: '#6E118A'

red 110 ◦ green 17 ◦ blue 138

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

Shades of Purple #6E118A

Tints of Purple #6E118A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 52.08%

R = 41.51%
G = 6.42%
B = 52.08%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6E118A (or 0x6E118A) is known color: Purple. HEX triplet: 6E, 11 and 8A. RGB value is (110,17,138). Sum of RGB (Red+Green+Blue) = 110+17+138=265 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.51% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E118A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E118A is #91EE75. Grayscale: #3A3A3A. Windows color (decimal): -9563766 or 9048430. OLE color: 9048430.

HSL color Cylindrical-coordinate representation of color #6E118A: hue angle of 286.12º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E118A is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 110 17 138 -
CMYK 0.20 0.88 0 0.46
HSL 286.12º 0.78% 0.3% -
HSV(B) 286.12º 0.88% 0.54% -
XYZ 11.22 5.55 24.52 -
YUV 58.6 172.81 164.66 -
System Red Green Blue C M Y K H S L
Decimal 110 17 138 0.20 0.88 0 0.46 286.12 0.78 0.3
Hex 6E 11 8A 14 58 0 2E 11E 4E 1E
Octal 156 21 212 24 130 0 56 436 116 36
Binary 1101110 10001 10001010 10100 1011000 0 101110 100011110 1001110 11110

Color Harmonies of #6E118A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E118A

Black with #6E118A

Text Example


Text Example

White with #6E118A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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