Shades of Vivid Violet #6F239A
Tints of Vivid Violet #6F239A
RGB
CMYK
RGB Variations
Color information
#6F239A (or 0x6F239A) is known color: Vivid Violet. HEX triplet: 6F, 23 and 9A. RGB value is (111,35,154). Sum of RGB (Red+Green+Blue) = 111+35+154=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 154 (60.55% from 255 or 51.33% from 300); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F239A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F239A is #90DC65. Grayscale: #464646. Windows color (decimal): -9493606 or 10101615. OLE color: 10101615.
HSL color Cylindrical-coordinate representation of color #6F239A: hue angle of 278.32º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F239A is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 35 | 154 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.40 |
| HSL | 278.32º | 0.63% | 0.37% | - |
| HSV(B) | 278.32º | 0.77% | 0.6% | - |
| XYZ | 12.99 | 6.91 | 31.22 | - |
| YUV | 71.29 | 174.68 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 154 | 0.28 | 0.77 | 0 | 0.40 | 278.32 | 0.63 | 0.37 |
| Hex | 6F | 23 | 9A | 1C | 4D | 0 | 28 | 116 | 3F | 25 |
| Octal | 157 | 43 | 232 | 34 | 115 | 0 | 50 | 426 | 77 | 45 |
| Binary | 1101111 | 100011 | 10011010 | 11100 | 1001101 | 0 | 101000 | 100010110 | 111111 | 100101 |
Color Harmonies of #6F239A
Complementary color
Monochromatic Colors of #6F239A
Black with #6F239A
Text Example
Text Example
White with #6F239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F239A; }
p { color: rgb(111,35,154); }
H1.HeaderClassName
{
color: #6F239A;
}
.AnyTagClassName
{
color: #6F239A;
}
</style>
background-color css
<style>
a { background-color: #6F239A; }
a { background-color: rgb(111,35,154); }
div.DivClassName
{
background-color: #6F239A;
}
.BgClassName
{
background-color: #6F239A;
}
</style>
border-color css
<style>
span { border-color: #6F239A; }
span { border-color: rgb(111,35,154); }
td.TdClassName
{
border-color: #6F239A;
}
.TagClassName
{
border-color: #6F239A;
}
</style>