#6E2996

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

Shades of Vivid Violet #6E2996

Tints of Vivid Violet #6E2996

Color information

#6E2996 (or 0x6E2996) is unknown color: approx Vivid Violet. HEX triplet: 6E, 29 and 96. RGB value is (110,41,150). Sum of RGB (Red+Green+Blue) = 110+41+150=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #6E2996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2996 is #91D669. Grayscale: #494949. Windows color (decimal): -9557610 or 9841006. OLE color: 9841006.

HSL color Cylindrical-coordinate representation of color #6E2996: hue angle of 277.98º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E2996 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11041150-
CMYK0.270.7300.41
HSL277.98º57.07%37.45%-
HSV(B)277.98º72.67%58.82%-
XYZ12.737.129.55-
YUV74.06170.86153.64-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.54%
GREEN value IS 41 (16.41% from 255) = 13.62%
BLUE value IS 150 (58.98% from 255) = 49.83%
R=36.54%
G=13.62%
B=49.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal110411500.270.7300.41277.9857.0737.45
Hex6E29961B490291163925
Octal15651226331110514267145
Binary1101110101001100101101101110010010101001100010110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,41,150); }

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

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

 a { background-color: rgb(110,41,150); }

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

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

 span { border-color: rgb(110,41,150); }

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