Html Css Color HEX #6E1092 Purple

📋 copy color: '#6E1092'

red 110 ◦ green 16 ◦ blue 146

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

Shades of Purple #6E1092

Tints of Purple #6E1092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 53.68%

R = 40.44%
G = 5.88%
B = 53.68%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6E1092 (or 0x6E1092) is known color: Purple. HEX triplet: 6E, 10 and 92. RGB value is (110,16,146). Sum of RGB (Red+Green+Blue) = 110+16+146=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #6E1092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1092 is #91EF6D. Grayscale: #3A3A3A. Windows color (decimal): -9564014 or 9572462. OLE color: 9572462.

HSL color Cylindrical-coordinate representation of color #6E1092: hue angle of 283.38º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E1092 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 16 146 -
CMYK 0.25 0.89 0 0.43
HSL 283.38º 0.8% 0.32% -
HSV(B) 283.38º 0.89% 0.57% -
XYZ 11.8 5.76 27.68 -
YUV 58.93 177.14 164.43 -
System Red Green Blue C M Y K H S L
Decimal 110 16 146 0.25 0.89 0 0.43 283.38 0.8 0.32
Hex 6E 10 92 19 59 0 2B 11B 50 20
Octal 156 20 222 31 131 0 53 433 120 40
Binary 1101110 10000 10010010 11001 1011001 0 101011 100011011 1010000 100000

Color Harmonies of #6E1092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1092

Black with #6E1092

Text Example


Text Example

White with #6E1092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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