Html Css Color HEX #6E1089 Purple

📋 copy color: '#6E1089'

red 110 ◦ green 16 ◦ blue 137

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

Shades of Purple #6E1089

Tints of Purple #6E1089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 52.09%

R = 41.83%
G = 6.08%
B = 52.09%

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

#6E1089 (or 0x6E1089) is known color: Purple. HEX triplet: 6E, 10 and 89. RGB value is (110,16,137). Sum of RGB (Red+Green+Blue) = 110+16+137=263 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.83% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #6E1089 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1089 is #91EF76. Grayscale: #393939. Windows color (decimal): -9564023 or 8982638. OLE color: 8982638.

HSL color Cylindrical-coordinate representation of color #6E1089: hue angle of 286.61º degrees, saturation: 0.79, 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 #6E1089 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 110 16 137 -
CMYK 0.20 0.88 0 0.46
HSL 286.61º 0.79% 0.3% -
HSV(B) 286.61º 0.88% 0.54% -
XYZ 11.13 5.49 24.14 -
YUV 57.9 172.64 165.16 -
System Red Green Blue C M Y K H S L
Decimal 110 16 137 0.20 0.88 0 0.46 286.61 0.79 0.3
Hex 6E 10 89 14 58 0 2E 11F 4F 1E
Octal 156 20 211 24 130 0 56 437 117 36
Binary 1101110 10000 10001001 10100 1011000 0 101110 100011111 1001111 11110

Color Harmonies of #6E1089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1089

Black with #6E1089

Text Example


Text Example

White with #6E1089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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