Shades of Vivid Violet #691997
Tints of Vivid Violet #691997
RGB
CMYK
RGB Variations
Color information
#691997 (or 0x691997) is known color: Vivid Violet. HEX triplet: 69, 19 and 97. RGB value is (105,25,151). Sum of RGB (Red+Green+Blue) = 105+25+151=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #691997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691997 is #96E668. Grayscale: #3E3E3E. Windows color (decimal): -9889385 or 9902441. OLE color: 9902441.
HSL color Cylindrical-coordinate representation of color #691997: hue angle of 278.1º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #691997 is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 25 | 151 | - |
| CMYK | 0.30 | 0.83 | 0 | 0.41 |
| HSL | 278.1º | 0.72% | 0.35% | - |
| HSV(B) | 278.1º | 0.83% | 0.59% | - |
| XYZ | 11.76 | 5.93 | 29.8 | - |
| YUV | 63.28 | 177.5 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 151 | 0.30 | 0.83 | 0 | 0.41 | 278.1 | 0.72 | 0.35 |
| Hex | 69 | 19 | 97 | 1E | 53 | 0 | 29 | 116 | 48 | 23 |
| Octal | 151 | 31 | 227 | 36 | 123 | 0 | 51 | 426 | 110 | 43 |
| Binary | 1101001 | 11001 | 10010111 | 11110 | 1010011 | 0 | 101001 | 100010110 | 1001000 | 100011 |
Color Harmonies of #691997
Complementary color
Monochromatic Colors of #691997
Black with #691997
Text Example
Text Example
White with #691997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691997; }
p { color: rgb(105,25,151); }
H1.HeaderClassName
{
color: #691997;
}
.AnyTagClassName
{
color: #691997;
}
</style>
background-color css
<style>
a { background-color: #691997; }
a { background-color: rgb(105,25,151); }
div.DivClassName
{
background-color: #691997;
}
.BgClassName
{
background-color: #691997;
}
</style>
border-color css
<style>
span { border-color: #691997; }
span { border-color: rgb(105,25,151); }
td.TdClassName
{
border-color: #691997;
}
.TagClassName
{
border-color: #691997;
}
</style>