Html Css Color HEX #6E1090 Purple

📋 copy color: '#6E1090'

red 110 ◦ green 16 ◦ blue 144

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

Shades of Purple #6E1090

Tints of Purple #6E1090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 53.33%

R = 40.74%
G = 5.93%
B = 53.33%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6E1090 (or 0x6E1090) is known color: Purple. HEX triplet: 6E, 10 and 90. RGB value is (110,16,144). Sum of RGB (Red+Green+Blue) = 110+16+144=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #6E1090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1090 is #91EF6F. Grayscale: #3A3A3A. Windows color (decimal): -9564016 or 9441390. OLE color: 9441390.

HSL color Cylindrical-coordinate representation of color #6E1090: hue angle of 284.06º 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 #6E1090 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 110 16 144 -
CMYK 0.24 0.89 0 0.44
HSL 284.06º 0.8% 0.31% -
HSV(B) 284.06º 0.89% 0.56% -
XYZ 11.65 5.7 26.87 -
YUV 58.7 176.14 164.59 -
System Red Green Blue C M Y K H S L
Decimal 110 16 144 0.24 0.89 0 0.44 284.06 0.8 0.31
Hex 6E 10 90 18 59 0 2C 11C 50 1F
Octal 156 20 220 30 131 0 54 434 120 37
Binary 1101110 10000 10010000 11000 1011001 0 101100 100011100 1010000 11111

Color Harmonies of #6E1090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1090

Black with #6E1090

Text Example


Text Example

White with #6E1090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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