Html Css Color HEX #6E208D Vivid Violet

📋 copy color: '#6E208D'

red 110 ◦ green 32 ◦ blue 141

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

Shades of Vivid Violet #6E208D

Tints of Vivid Violet #6E208D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.31%

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

R = 38.87%
G = 11.31%
B = 49.82%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E208D (or 0x6E208D) is known color: Vivid Violet. HEX triplet: 6E, 20 and 8D. RGB value is (110,32,141). Sum of RGB (Red+Green+Blue) = 110+32+141=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E208D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E208D is #91DF72. Grayscale: #434343. Windows color (decimal): -9559923 or 9248878. OLE color: 9248878.

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

Color convert

RGB 110 32 141 -
CMYK 0.22 0.77 0 0.45
HSL 282.94º 0.63% 0.34% -
HSV(B) 282.94º 0.77% 0.55% -
XYZ 11.75 6.27 25.79 -
YUV 67.75 169.34 158.14 -
System Red Green Blue C M Y K H S L
Decimal 110 32 141 0.22 0.77 0 0.45 282.94 0.63 0.34
Hex 6E 20 8D 16 4D 0 2D 11B 3F 22
Octal 156 40 215 26 115 0 55 433 77 42
Binary 1101110 100000 10001101 10110 1001101 0 101101 100011011 111111 100010

Color Harmonies of #6E208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E208D

Black with #6E208D

Text Example


Text Example

White with #6E208D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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