Html Css Color HEX #6E2D91 Vivid Violet

📋 copy color: '#6E2D91'

red 110 ◦ green 45 ◦ blue 145

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

Shades of Vivid Violet #6E2D91

Tints of Vivid Violet #6E2D91

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15%

 BLUE value IS 145 (57.03% from 255) = 48.33%

R = 36.67%
G = 15%
B = 48.33%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6E2D91 (or 0x6E2D91) is known color: Vivid Violet. HEX triplet: 6E, 2D and 91. RGB value is (110,45,145). Sum of RGB (Red+Green+Blue) = 110+45+145=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E2D91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2D91 is #91D26E. Grayscale: #4B4B4B. Windows color (decimal): -9556591 or 9514350. OLE color: 9514350.

HSL color Cylindrical-coordinate representation of color #6E2D91: hue angle of 279º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E2D91 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 45 145 -
CMYK 0.24 0.69 0 0.43
HSL 279º 0.53% 0.37% -
HSV(B) 279º 0.69% 0.57% -
XYZ 12.48 7.24 27.53 -
YUV 75.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 110 45 145 0.24 0.69 0 0.43 279 0.53 0.37
Hex 6E 2D 91 18 45 0 2B 117 35 25
Octal 156 55 221 30 105 0 53 427 65 45
Binary 1101110 101101 10010001 11000 1000101 0 101011 100010111 110101 100101

Color Harmonies of #6E2D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2D91

Black with #6E2D91

Text Example


Text Example

White with #6E2D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,45,145); }

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

background-color css

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

 a { background-color: rgb(110,45,145); }

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

border-color css

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

 span { border-color: rgb(110,45,145); }

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