Html Css Color HEX #6E108E Purple

📋 copy color: '#6E108E'

red 110 ◦ green 16 ◦ blue 142

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

Shades of Purple #6E108E

Tints of Purple #6E108E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.97%

 BLUE value IS 142 (55.86% from 255) = 52.99%

R = 41.04%
G = 5.97%
B = 52.99%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6E108E (or 0x6E108E) is known color: Purple. HEX triplet: 6E, 10 and 8E. RGB value is (110,16,142). Sum of RGB (Red+Green+Blue) = 110+16+142=268 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.04% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #6E108E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E108E is #91EF71. Grayscale: #3A3A3A. Windows color (decimal): -9564018 or 9310318. OLE color: 9310318.

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

Color convert

RGB 110 16 142 -
CMYK 0.23 0.89 0 0.44
HSL 284.76º 0.8% 0.31% -
HSV(B) 284.76º 0.89% 0.56% -
XYZ 11.5 5.64 26.07 -
YUV 58.47 175.14 164.75 -
System Red Green Blue C M Y K H S L
Decimal 110 16 142 0.23 0.89 0 0.44 284.76 0.8 0.31
Hex 6E 10 8E 17 59 0 2C 11D 50 1F
Octal 156 20 216 27 131 0 54 435 120 37
Binary 1101110 10000 10001110 10111 1011001 0 101100 100011101 1010000 11111

Color Harmonies of #6E108E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E108E

Black with #6E108E

Text Example


Text Example

White with #6E108E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,16,142); }

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

background-color css

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

 a { background-color: rgb(110,16,142); }

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

border-color css

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

 span { border-color: rgb(110,16,142); }

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