#6F2991

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

Shades of Vivid Violet #6F2991

Tints of Vivid Violet #6F2991

Color information

#6F2991 (or 0x6F2991) is unknown color: approx Vivid Violet. HEX triplet: 6F, 29 and 91. RGB value is (111,41,145). Sum of RGB (Red+Green+Blue) = 111+41+145=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F2991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2991 is #90D66E. Grayscale: #494949. Windows color (decimal): -9492079 or 9513327. OLE color: 9513327.

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

Color convert

RGB11141145-
CMYK0.230.7200.43
HSL280.38º55.91%36.47%-
HSV(B)280.38º71.72%56.86%-
XYZ12.467.0127.48-
YUV73.79168.19154.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.37%
GREEN value IS 41 (16.41% from 255) = 13.80%
BLUE value IS 145 (57.03% from 255) = 48.82%
R=37.37%
G=13.80%
B=48.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal111411450.230.7200.43280.3855.9136.47
Hex6F2991174802B1183824
Octal15751221271100534307044
Binary1101111101001100100011011110010000101011100011000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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