#6C2991

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

Shades of Vivid Violet #6C2991

Tints of Vivid Violet #6C2991

Color information

#6C2991 (or 0x6C2991) is unknown color: approx Vivid Violet. HEX triplet: 6C, 29 and 91. RGB value is (108,41,145). Sum of RGB (Red+Green+Blue) = 108+41+145=294 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.73% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #6C2991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2991 is #93D66E. Grayscale: #484848. Windows color (decimal): -9688687 or 9513324. OLE color: 9513324.

HSL color Cylindrical-coordinate representation of color #6C2991: hue angle of 278.65º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6C2991 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10841145-
CMYK0.260.7200.43
HSL278.65º55.91%36.47%-
HSV(B)278.65º71.72%56.86%-
XYZ12.096.8227.47-
YUV72.89168.7153.04-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.73%
GREEN value IS 41 (16.41% from 255) = 13.95%
BLUE value IS 145 (57.03% from 255) = 49.32%
R=36.73%
G=13.95%
B=49.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal108411450.260.7200.43278.6555.9136.47
Hex6C29911A4802B1173824
Octal15451221321100534277044
Binary1101100101001100100011101010010000101011100010111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,41,145); }

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

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

 a { background-color: rgb(108,41,145); }

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

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

 span { border-color: rgb(108,41,145); }

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