Html Css Color HEX #6E229A Vivid Violet

📋 copy color: '#6E229A'

red 110 ◦ green 34 ◦ blue 154

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

Shades of Vivid Violet #6E229A

Tints of Vivid Violet #6E229A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.41%

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

R = 36.91%
G = 11.41%
B = 51.68%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6E229A (or 0x6E229A) is known color: Vivid Violet. HEX triplet: 6E, 22 and 9A. RGB value is (110,34,154). Sum of RGB (Red+Green+Blue) = 110+34+154=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E229A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E229A is #91DD65. Grayscale: #464646. Windows color (decimal): -9559398 or 10101358. OLE color: 10101358.

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

Color convert

RGB 110 34 154 -
CMYK 0.29 0.78 0 0.40
HSL 278º 0.64% 0.37% -
HSV(B) 278º 0.78% 0.6% -
XYZ 12.84 6.79 31.21 -
YUV 70.4 175.18 156.24 -
System Red Green Blue C M Y K H S L
Decimal 110 34 154 0.29 0.78 0 0.40 278 0.64 0.37
Hex 6E 22 9A 1D 4E 0 28 116 40 25
Octal 156 42 232 35 116 0 50 426 100 45
Binary 1101110 100010 10011010 11101 1001110 0 101000 100010110 1000000 100101

Color Harmonies of #6E229A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E229A

Black with #6E229A

Text Example


Text Example

White with #6E229A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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