Shades of Vivid Violet #6F129D
Tints of Vivid Violet #6F129D
RGB
CMYK
RGB Variations
Color information
#6F129D (or 0x6F129D) is known color: Vivid Violet. HEX triplet: 6F, 12 and 9D. RGB value is (111,18,157). Sum of RGB (Red+Green+Blue) = 111+18+157=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F129D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F129D is #90ED62. Grayscale: #3D3D3D. Windows color (decimal): -9497955 or 10293871. OLE color: 10293871.
HSL color Cylindrical-coordinate representation of color #6F129D: hue angle of 280.14º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F129D is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 18 | 157 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.38 |
| HSL | 280.14º | 0.79% | 0.34% | - |
| HSV(B) | 280.14º | 0.89% | 0.62% | - |
| XYZ | 12.86 | 6.25 | 32.43 | - |
| YUV | 61.65 | 181.81 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 18 | 157 | 0.29 | 0.89 | 0 | 0.38 | 280.14 | 0.79 | 0.34 |
| Hex | 6F | 12 | 9D | 1D | 59 | 0 | 26 | 118 | 4F | 22 |
| Octal | 157 | 22 | 235 | 35 | 131 | 0 | 46 | 430 | 117 | 42 |
| Binary | 1101111 | 10010 | 10011101 | 11101 | 1011001 | 0 | 100110 | 100011000 | 1001111 | 100010 |
Color Harmonies of #6F129D
Complementary color
Monochromatic Colors of #6F129D
Black with #6F129D
Text Example
Text Example
White with #6F129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F129D; }
p { color: rgb(111,18,157); }
H1.HeaderClassName
{
color: #6F129D;
}
.AnyTagClassName
{
color: #6F129D;
}
</style>
background-color css
<style>
a { background-color: #6F129D; }
a { background-color: rgb(111,18,157); }
div.DivClassName
{
background-color: #6F129D;
}
.BgClassName
{
background-color: #6F129D;
}
</style>
border-color css
<style>
span { border-color: #6F129D; }
span { border-color: rgb(111,18,157); }
td.TdClassName
{
border-color: #6F129D;
}
.TagClassName
{
border-color: #6F129D;
}
</style>