Html Css Color HEX #6E2C8D Vivid Violet

📋 copy color: '#6E2C8D'

red 110 ◦ green 44 ◦ blue 141

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

Shades of Vivid Violet #6E2C8D

Tints of Vivid Violet #6E2C8D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.92%

 BLUE value IS 141 (55.47% from 255) = 47.8%

R = 37.29%
G = 14.92%
B = 47.8%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E2C8D (or 0x6E2C8D) is known color: Vivid Violet. HEX triplet: 6E, 2C and 8D. RGB value is (110,44,141). Sum of RGB (Red+Green+Blue) = 110+44+141=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E2C8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2C8D is #91D372. Grayscale: #4A4A4A. Windows color (decimal): -9556851 or 9251950. OLE color: 9251950.

HSL color Cylindrical-coordinate representation of color #6E2C8D: hue angle of 280.82º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E2C8D is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 44 141 -
CMYK 0.22 0.69 0 0.45
HSL 280.82º 0.52% 0.36% -
HSV(B) 280.82º 0.69% 0.55% -
XYZ 12.14 7.04 25.92 -
YUV 74.79 165.37 153.11 -
System Red Green Blue C M Y K H S L
Decimal 110 44 141 0.22 0.69 0 0.45 280.82 0.52 0.36
Hex 6E 2C 8D 16 45 0 2D 119 34 24
Octal 156 54 215 26 105 0 55 431 64 44
Binary 1101110 101100 10001101 10110 1000101 0 101101 100011001 110100 100100

Color Harmonies of #6E2C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2C8D

Black with #6E2C8D

Text Example


Text Example

White with #6E2C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,44,141); }

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

background-color css

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

 a { background-color: rgb(110,44,141); }

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

border-color css

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

 span { border-color: rgb(110,44,141); }

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