Shades of Vivid Violet #6F229B
Tints of Vivid Violet #6F229B
RGB
CMYK
RGB Variations
Color information
#6F229B (or 0x6F229B) is known color: Vivid Violet. HEX triplet: 6F, 22 and 9B. RGB value is (111,34,155). Sum of RGB (Red+Green+Blue) = 111+34+155=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F229B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F229B is #90DD64. Grayscale: #464646. Windows color (decimal): -9493861 or 10166895. OLE color: 10166895.
HSL color Cylindrical-coordinate representation of color #6F229B: hue angle of 278.18º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F229B is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 34 | 155 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.39 |
| HSL | 278.18º | 0.64% | 0.37% | - |
| HSV(B) | 278.18º | 0.78% | 0.61% | - |
| XYZ | 13.04 | 6.89 | 31.65 | - |
| YUV | 70.82 | 175.51 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 34 | 155 | 0.28 | 0.78 | 0 | 0.39 | 278.18 | 0.64 | 0.37 |
| Hex | 6F | 22 | 9B | 1C | 4E | 0 | 27 | 116 | 40 | 25 |
| Octal | 157 | 42 | 233 | 34 | 116 | 0 | 47 | 426 | 100 | 45 |
| Binary | 1101111 | 100010 | 10011011 | 11100 | 1001110 | 0 | 100111 | 100010110 | 1000000 | 100101 |
Color Harmonies of #6F229B
Complementary color
Monochromatic Colors of #6F229B
Black with #6F229B
Text Example
Text Example
White with #6F229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F229B; }
p { color: rgb(111,34,155); }
H1.HeaderClassName
{
color: #6F229B;
}
.AnyTagClassName
{
color: #6F229B;
}
</style>
background-color css
<style>
a { background-color: #6F229B; }
a { background-color: rgb(111,34,155); }
div.DivClassName
{
background-color: #6F229B;
}
.BgClassName
{
background-color: #6F229B;
}
</style>
border-color css
<style>
span { border-color: #6F229B; }
span { border-color: rgb(111,34,155); }
td.TdClassName
{
border-color: #6F229B;
}
.TagClassName
{
border-color: #6F229B;
}
</style>