Html Css Color HEX #6E288D Vivid Violet

📋 copy color: '#6E288D'

red 110 ◦ green 40 ◦ blue 141

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

Shades of Vivid Violet #6E288D

Tints of Vivid Violet #6E288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.75%

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

R = 37.8%
G = 13.75%
B = 48.45%

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

#6E288D (or 0x6E288D) is known color: Vivid Violet. HEX triplet: 6E, 28 and 8D. RGB value is (110,40,141). Sum of RGB (Red+Green+Blue) = 110+40+141=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E288D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E288D is #91D772. Grayscale: #484848. Windows color (decimal): -9557875 or 9250926. OLE color: 9250926.

HSL color Cylindrical-coordinate representation of color #6E288D: hue angle of 281.58º degrees, saturation: 0.56, 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 #6E288D is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 40 141 -
CMYK 0.22 0.72 0 0.45
HSL 281.58º 0.56% 0.35% -
HSV(B) 281.58º 0.72% 0.55% -
XYZ 12 6.76 25.87 -
YUV 72.44 166.69 154.79 -
System Red Green Blue C M Y K H S L
Decimal 110 40 141 0.22 0.72 0 0.45 281.58 0.56 0.35
Hex 6E 28 8D 16 48 0 2D 11A 38 23
Octal 156 50 215 26 110 0 55 432 70 43
Binary 1101110 101000 10001101 10110 1001000 0 101101 100011010 111000 100011

Color Harmonies of #6E288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E288D

Black with #6E288D

Text Example


Text Example

White with #6E288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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