#6F199F

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

Shades of Vivid Violet #6F199F

Tints of Vivid Violet #6F199F

Color information

#6F199F (or 0x6F199F) is unknown color: approx Vivid Violet. HEX triplet: 6F, 19 and 9F. RGB value is (111,25,159). Sum of RGB (Red+Green+Blue) = 111+25+159=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F199F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F199F is #90E660. Grayscale: #414141. Windows color (decimal): -9496161 or 10426735. OLE color: 10426735.

HSL color Cylindrical-coordinate representation of color #6F199F: hue angle of 278.51º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F199F is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11125159-
CMYK0.300.8400.38
HSL278.51º72.83%36.08%-
HSV(B)278.51º84.28%62.35%-
XYZ13.166.5833.38-
YUV65.99180.49160.1-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.63%
GREEN value IS 25 (10.16% from 255) = 8.47%
BLUE value IS 159 (62.5% from 255) = 53.90%
R=37.63%
G=8.47%
B=53.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal111251590.300.8400.38278.5172.8336.08
Hex6F199F1E540261174924
Octal157312373612404642711144
Binary1101111110011001111111110101010001001101000101111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F199F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,25,159); }

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

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

 a { background-color: rgb(111,25,159); }

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

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

 span { border-color: rgb(111,25,159); }

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