#6B2991

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

Shades of Vivid Violet #6B2991

Tints of Vivid Violet #6B2991

Color information

#6B2991 (or 0x6B2991) is unknown color: approx Vivid Violet. HEX triplet: 6B, 29 and 91. RGB value is (107,41,145). Sum of RGB (Red+Green+Blue) = 107+41+145=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B2991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2991 is #94D66E. Grayscale: #484848. Windows color (decimal): -9754223 or 9513323. OLE color: 9513323.

HSL color Cylindrical-coordinate representation of color #6B2991: hue angle of 278.08º 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 #6B2991 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10741145-
CMYK0.260.7200.43
HSL278.08º55.91%36.47%-
HSV(B)278.08º71.72%56.86%-
XYZ11.976.7627.46-
YUV72.59168.87152.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.52%
GREEN value IS 41 (16.41% from 255) = 13.99%
BLUE value IS 145 (57.03% from 255) = 49.49%
R=36.52%
G=13.99%
B=49.49%

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
Decimal107411450.260.7200.43278.0855.9136.47
Hex6B29911A4802B1163824
Octal15351221321100534267044
Binary1101011101001100100011101010010000101011100010110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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