#6F199E

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

Shades of Vivid Violet #6F199E

Tints of Vivid Violet #6F199E

Color information

#6F199E (or 0x6F199E) is unknown color: approx Vivid Violet. HEX triplet: 6F, 19 and 9E. RGB value is (111,25,158). Sum of RGB (Red+Green+Blue) = 111+25+158=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F199E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F199E is #90E661. Grayscale: #414141. Windows color (decimal): -9496162 or 10361199. OLE color: 10361199.

HSL color Cylindrical-coordinate representation of color #6F199E: hue angle of 278.8º 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 #6F199E is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11125158-
CMYK0.300.8400.38
HSL278.8º72.68%35.88%-
HSV(B)278.8º84.18%61.96%-
XYZ13.076.5432.92-
YUV65.88179.99160.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.76%
GREEN value IS 25 (10.16% from 255) = 8.50%
BLUE value IS 158 (62.11% from 255) = 53.74%
R=37.76%
G=8.50%
B=53.74%

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
Decimal111251580.300.8400.38278.872.6835.88
Hex6F199E1E540261174924
Octal157312363612404642711144
Binary1101111110011001111011110101010001001101000101111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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