Html Css Color HEX #6E278D Vivid Violet

📋 copy color: '#6E278D'

red 110 ◦ green 39 ◦ blue 141

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

Shades of Vivid Violet #6E278D

Tints of Vivid Violet #6E278D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.45%

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

R = 37.93%
G = 13.45%
B = 48.62%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E278D (or 0x6E278D) is known color: Vivid Violet. HEX triplet: 6E, 27 and 8D. RGB value is (110,39,141). Sum of RGB (Red+Green+Blue) = 110+39+141=290 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.93% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E278D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E278D is #91D872. Grayscale: #474747. Windows color (decimal): -9558131 or 9250670. OLE color: 9250670.

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

Color convert

RGB 110 39 141 -
CMYK 0.22 0.72 0 0.45
HSL 281.76º 0.57% 0.35% -
HSV(B) 281.76º 0.72% 0.55% -
XYZ 11.96 6.69 25.86 -
YUV 71.86 167.02 155.21 -
System Red Green Blue C M Y K H S L
Decimal 110 39 141 0.22 0.72 0 0.45 281.76 0.57 0.35
Hex 6E 27 8D 16 48 0 2D 11A 39 23
Octal 156 47 215 26 110 0 55 432 71 43
Binary 1101110 100111 10001101 10110 1001000 0 101101 100011010 111001 100011

Color Harmonies of #6E278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E278D

Black with #6E278D

Text Example


Text Example

White with #6E278D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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