Html Css Color HEX #6E0099 Purple

📋 copy color: '#6E0099'

red 110 ◦ green 0 ◦ blue 153

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

Shades of Purple #6E0099

Tints of Purple #6E0099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 153 (60.16% from 255) = 58.17%

R = 41.83%
G = 0%
B = 58.17%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6E0099 (or 0x6E0099) is known color: Purple. HEX triplet: 6E, 00 and 99. RGB value is (110,0,153). Sum of RGB (Red+Green+Blue) = 110+0+153=263 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.83% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #6E0099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0099 is #91FF66. Grayscale: #313131. Windows color (decimal): -9568103 or 10027118. OLE color: 10027118.

HSL color Cylindrical-coordinate representation of color #6E0099: hue angle of 283.14º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E0099 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 110 0 153 -
CMYK 0.28 1 0 0.4
HSL 283.14º 1% 0.3% -
HSV(B) 283.14º 1% 0.6% -
XYZ 12.18 5.61 30.58 -
YUV 50.33 185.94 170.56 -
System Red Green Blue C M Y K H S L
Decimal 110 0 153 0.28 1 0 0.4 283.14 1 0.3
Hex 6E 0 99 1C 64 0 28 11B 64 1E
Octal 156 0 231 34 144 0 50 433 144 36
Binary 1101110 0 10011001 11100 1100100 0 101000 100011011 1100100 11110

Color Harmonies of #6E0099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0099

Black with #6E0099

Text Example


Text Example

White with #6E0099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,0,153); }

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

background-color css

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

 a { background-color: rgb(110,0,153); }

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

border-color css

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

 span { border-color: rgb(110,0,153); }

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