Html Css Color HEX #6E219A Vivid Violet

📋 copy color: '#6E219A'

red 110 ◦ green 33 ◦ blue 154

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

Shades of Vivid Violet #6E219A

Tints of Vivid Violet #6E219A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.11%

 BLUE value IS 154 (60.55% from 255) = 51.85%

R = 37.04%
G = 11.11%
B = 51.85%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6E219A (or 0x6E219A) is known color: Vivid Violet. HEX triplet: 6E, 21 and 9A. RGB value is (110,33,154). Sum of RGB (Red+Green+Blue) = 110+33+154=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E219A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E219A is #91DE65. Grayscale: #454545. Windows color (decimal): -9559654 or 10101102. OLE color: 10101102.

HSL color Cylindrical-coordinate representation of color #6E219A: hue angle of 278.18º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E219A is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 110 33 154 -
CMYK 0.29 0.79 0 0.40
HSL 278.18º 0.65% 0.37% -
HSV(B) 278.18º 0.79% 0.6% -
XYZ 12.81 6.74 31.2 -
YUV 69.82 175.51 156.66 -
System Red Green Blue C M Y K H S L
Decimal 110 33 154 0.29 0.79 0 0.40 278.18 0.65 0.37
Hex 6E 21 9A 1D 4F 0 28 116 41 25
Octal 156 41 232 35 117 0 50 426 101 45
Binary 1101110 100001 10011010 11101 1001111 0 101000 100010110 1000001 100101

Color Harmonies of #6E219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E219A

Black with #6E219A

Text Example


Text Example

White with #6E219A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,33,154); }

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

background-color css

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

 a { background-color: rgb(110,33,154); }

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

border-color css

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

 span { border-color: rgb(110,33,154); }

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