#6E2D8A

Color #6E2D8A Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #6E2D8A

Tints of Vivid Violet #6E2D8A

Color information

#6E2D8A (or 0x6E2D8A) is unknown color: approx Vivid Violet. HEX triplet: 6E, 2D and 8A. RGB value is (110,45,138). Sum of RGB (Red+Green+Blue) = 110+45+138=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E2D8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2D8A is #91D275. Grayscale: #4A4A4A. Windows color (decimal): -9556598 or 9055598. OLE color: 9055598.

HSL color Cylindrical-coordinate representation of color #6E2D8A: hue angle of 281.94º degrees, saturation: 0.51, 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 #6E2D8A is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11045138-
CMYK0.200.6700.46
HSL281.94º50.82%35.88%-
HSV(B)281.94º67.39%54.12%-
XYZ11.967.0324.77-
YUV75.04163.53152.94-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.54%
GREEN value IS 45 (17.97% from 255) = 15.36%
BLUE value IS 138 (54.30% from 255) = 47.10%
R=37.54%
G=15.36%
B=47.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal110451380.200.6700.46281.9450.8235.88
Hex6E2D8A144302E11a3324
Octal15655212241030564326344
Binary1101110101101100010101010010000110101110100011010110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E2D8A;
 }
 .AnyTagClassName
 {
   color: #6E2D8A;
 }
</style>
background-color css

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

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

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

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

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

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