Html Css Color HEX #6E169D Vivid Violet

📋 copy color: '#6E169D'

red 110 ◦ green 22 ◦ blue 157

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

Shades of Vivid Violet #6E169D

Tints of Vivid Violet #6E169D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.61%

 BLUE value IS 157 (61.72% from 255) = 54.33%

R = 38.06%
G = 7.61%
B = 54.33%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E169D (or 0x6E169D) is known color: Vivid Violet. HEX triplet: 6E, 16 and 9D. RGB value is (110,22,157). Sum of RGB (Red+Green+Blue) = 110+22+157=289 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.06% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E169D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E169D is #91E962. Grayscale: #3F3F3F. Windows color (decimal): -9562467 or 10294894. OLE color: 10294894.

HSL color Cylindrical-coordinate representation of color #6E169D: hue angle of 279.11º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E169D is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 110 22 157 -
CMYK 0.30 0.86 0 0.38
HSL 279.11º 0.75% 0.35% -
HSV(B) 279.11º 0.86% 0.62% -
XYZ 12.8 6.32 32.44 -
YUV 63.7 180.65 161.02 -
System Red Green Blue C M Y K H S L
Decimal 110 22 157 0.30 0.86 0 0.38 279.11 0.75 0.35
Hex 6E 16 9D 1E 56 0 26 117 4B 23
Octal 156 26 235 36 126 0 46 427 113 43
Binary 1101110 10110 10011101 11110 1010110 0 100110 100010111 1001011 100011

Color Harmonies of #6E169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E169D

Black with #6E169D

Text Example


Text Example

White with #6E169D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,22,157); }

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

background-color css

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

 a { background-color: rgb(110,22,157); }

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

border-color css

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

 span { border-color: rgb(110,22,157); }

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