#6E1D9C

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

Shades of Vivid Violet #6E1D9C

Tints of Vivid Violet #6E1D9C

Color information

#6E1D9C (or 0x6E1D9C) is unknown color: approx Vivid Violet. HEX triplet: 6E, 1D and 9C. RGB value is (110,29,156). Sum of RGB (Red+Green+Blue) = 110+29+156=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E1D9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1D9C is #91E263. Grayscale: #434343. Windows color (decimal): -9560676 or 10231150. OLE color: 10231150.

HSL color Cylindrical-coordinate representation of color #6E1D9C: hue angle of 278.27º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E1D9C is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11029156-
CMYK0.290.8100.39
HSL278.27º68.65%36.27%-
HSV(B)278.27º81.41%61.18%-
XYZ12.876.5932.05-
YUV67.7177.84158.17-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.29%
GREEN value IS 29 (11.72% from 255) = 9.83%
BLUE value IS 156 (61.33% from 255) = 52.88%
R=37.29%
G=9.83%
B=52.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal110291560.290.8100.39278.2768.6536.27
Hex6E1D9C1D510271164524
Octal156352343512104742610544
Binary1101110111011001110011101101000101001111000101101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,29,156); }

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

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

 a { background-color: rgb(110,29,156); }

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

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

 span { border-color: rgb(110,29,156); }

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