Html Css Color HEX #6E0696 Purple

📋 copy color: '#6E0696'

red 110 ◦ green 6 ◦ blue 150

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

Shades of Purple #6E0696

Tints of Purple #6E0696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.26%

 BLUE value IS 150 (58.98% from 255) = 56.39%

R = 41.35%
G = 2.26%
B = 56.39%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6E0696 (or 0x6E0696) is known color: Purple. HEX triplet: 6E, 06 and 96. RGB value is (110,6,150). Sum of RGB (Red+Green+Blue) = 110+6+150=266 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.35% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #6E0696 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0696 is #91F969. Grayscale: #353535. Windows color (decimal): -9566570 or 9832046. OLE color: 9832046.

HSL color Cylindrical-coordinate representation of color #6E0696: hue angle of 283.33º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E0696 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 110 6 150 -
CMYK 0.27 0.96 0 0.41
HSL 283.33º 0.92% 0.31% -
HSV(B) 283.33º 0.96% 0.59% -
XYZ 12 5.65 29.31 -
YUV 53.51 182.46 168.29 -
System Red Green Blue C M Y K H S L
Decimal 110 6 150 0.27 0.96 0 0.41 283.33 0.92 0.31
Hex 6E 6 96 1B 60 0 29 11B 5C 1F
Octal 156 6 226 33 140 0 51 433 134 37
Binary 1101110 110 10010110 11011 1100000 0 101001 100011011 1011100 11111

Color Harmonies of #6E0696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0696

Black with #6E0696

Text Example


Text Example

White with #6E0696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,6,150); }

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

background-color css

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

 a { background-color: rgb(110,6,150); }

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

border-color css

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

 span { border-color: rgb(110,6,150); }

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