Shades of Vivid Violet #691994
Tints of Vivid Violet #691994
RGB
CMYK
RGB Variations
Color information
#691994 (or 0x691994) is known color: Vivid Violet. HEX triplet: 69, 19 and 94. RGB value is (105,25,148). Sum of RGB (Red+Green+Blue) = 105+25+148=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #691994 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691994 is #96E66B. Grayscale: #3E3E3E. Windows color (decimal): -9889388 or 9705833. OLE color: 9705833.
HSL color Cylindrical-coordinate representation of color #691994: hue angle of 279.02º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #691994 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 25 | 148 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.42 |
| HSL | 279.02º | 0.71% | 0.34% | - |
| HSV(B) | 279.02º | 0.83% | 0.58% | - |
| XYZ | 11.52 | 5.84 | 28.54 | - |
| YUV | 62.94 | 176 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 148 | 0.29 | 0.83 | 0 | 0.42 | 279.02 | 0.71 | 0.34 |
| Hex | 69 | 19 | 94 | 1D | 53 | 0 | 2A | 117 | 47 | 22 |
| Octal | 151 | 31 | 224 | 35 | 123 | 0 | 52 | 427 | 107 | 42 |
| Binary | 1101001 | 11001 | 10010100 | 11101 | 1010011 | 0 | 101010 | 100010111 | 1000111 | 100010 |
Color Harmonies of #691994
Complementary color
Monochromatic Colors of #691994
Black with #691994
Text Example
Text Example
White with #691994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691994; }
p { color: rgb(105,25,148); }
H1.HeaderClassName
{
color: #691994;
}
.AnyTagClassName
{
color: #691994;
}
</style>
background-color css
<style>
a { background-color: #691994; }
a { background-color: rgb(105,25,148); }
div.DivClassName
{
background-color: #691994;
}
.BgClassName
{
background-color: #691994;
}
</style>
border-color css
<style>
span { border-color: #691994; }
span { border-color: rgb(105,25,148); }
td.TdClassName
{
border-color: #691994;
}
.TagClassName
{
border-color: #691994;
}
</style>