Html Css Color HEX #6E2E8A Vivid Violet

📋 copy color: '#6E2E8A'

red 110 ◦ green 46 ◦ blue 138

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

Shades of Vivid Violet #6E2E8A

Tints of Vivid Violet #6E2E8A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.65%

 BLUE value IS 138 (54.3% from 255) = 46.94%

R = 37.41%
G = 15.65%
B = 46.94%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6E2E8A (or 0x6E2E8A) is known color: Vivid Violet. HEX triplet: 6E, 2E and 8A. RGB value is (110,46,138). Sum of RGB (Red+Green+Blue) = 110+46+138=294 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.41% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E2E8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2E8A is #91D175. Grayscale: #4B4B4B. Windows color (decimal): -9556342 or 9055854. OLE color: 9055854.

HSL color Cylindrical-coordinate representation of color #6E2E8A: hue angle of 281.74º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E2E8A is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 110 46 138 -
CMYK 0.20 0.67 0 0.46
HSL 281.74º 0.5% 0.36% -
HSV(B) 281.74º 0.67% 0.54% -
XYZ 11.99 7.1 24.78 -
YUV 75.62 163.2 152.52 -
System Red Green Blue C M Y K H S L
Decimal 110 46 138 0.20 0.67 0 0.46 281.74 0.5 0.36
Hex 6E 2E 8A 14 43 0 2E 11A 32 24
Octal 156 56 212 24 103 0 56 432 62 44
Binary 1101110 101110 10001010 10100 1000011 0 101110 100011010 110010 100100

Color Harmonies of #6E2E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2E8A

Black with #6E2E8A

Text Example


Text Example

White with #6E2E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,46,138); }

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

background-color css

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

 a { background-color: rgb(110,46,138); }

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

border-color css

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

 span { border-color: rgb(110,46,138); }

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