Shades of Vivid Violet #6F209C
Tints of Vivid Violet #6F209C
RGB
CMYK
RGB Variations
Color information
#6F209C (or 0x6F209C) is known color: Vivid Violet. HEX triplet: 6F, 20 and 9C. RGB value is (111,32,156). Sum of RGB (Red+Green+Blue) = 111+32+156=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F209C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F209C is #90DF63. Grayscale: #454545. Windows color (decimal): -9494372 or 10231919. OLE color: 10231919.
HSL color Cylindrical-coordinate representation of color #6F209C: hue angle of 278.23º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F209C is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 32 | 156 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.39 |
| HSL | 278.23º | 0.66% | 0.37% | - |
| HSV(B) | 278.23º | 0.79% | 0.61% | - |
| XYZ | 13.07 | 6.81 | 32.08 | - |
| YUV | 69.76 | 176.67 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 156 | 0.29 | 0.79 | 0 | 0.39 | 278.23 | 0.66 | 0.37 |
| Hex | 6F | 20 | 9C | 1D | 4F | 0 | 27 | 116 | 42 | 25 |
| Octal | 157 | 40 | 234 | 35 | 117 | 0 | 47 | 426 | 102 | 45 |
| Binary | 1101111 | 100000 | 10011100 | 11101 | 1001111 | 0 | 100111 | 100010110 | 1000010 | 100101 |
Color Harmonies of #6F209C
Complementary color
Monochromatic Colors of #6F209C
Black with #6F209C
Text Example
Text Example
White with #6F209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F209C; }
p { color: rgb(111,32,156); }
H1.HeaderClassName
{
color: #6F209C;
}
.AnyTagClassName
{
color: #6F209C;
}
</style>
background-color css
<style>
a { background-color: #6F209C; }
a { background-color: rgb(111,32,156); }
div.DivClassName
{
background-color: #6F209C;
}
.BgClassName
{
background-color: #6F209C;
}
</style>
border-color css
<style>
span { border-color: #6F209C; }
span { border-color: rgb(111,32,156); }
td.TdClassName
{
border-color: #6F209C;
}
.TagClassName
{
border-color: #6F209C;
}
</style>