Html Css Color HEX #6E318D Vivid Violet

📋 copy color: '#6E318D'

red 110 ◦ green 49 ◦ blue 141

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

Shades of Vivid Violet #6E318D

Tints of Vivid Violet #6E318D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.33%

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

R = 36.67%
G = 16.33%
B = 47%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E318D (or 0x6E318D) is known color: Vivid Violet. HEX triplet: 6E, 31 and 8D. RGB value is (110,49,141). Sum of RGB (Red+Green+Blue) = 110+49+141=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E318D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E318D is #91CE72. Grayscale: #4D4D4D. Windows color (decimal): -9555571 or 9253230. OLE color: 9253230.

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

Color convert

RGB 110 49 141 -
CMYK 0.22 0.65 0 0.45
HSL 279.78º 0.48% 0.37% -
HSV(B) 279.78º 0.65% 0.55% -
XYZ 12.34 7.43 25.98 -
YUV 77.73 163.71 151.02 -
System Red Green Blue C M Y K H S L
Decimal 110 49 141 0.22 0.65 0 0.45 279.78 0.48 0.37
Hex 6E 31 8D 16 41 0 2D 118 30 25
Octal 156 61 215 26 101 0 55 430 60 45
Binary 1101110 110001 10001101 10110 1000001 0 101101 100011000 110000 100101

Color Harmonies of #6E318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E318D

Black with #6E318D

Text Example


Text Example

White with #6E318D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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