Shades of Vivid Violet #691896
Tints of Vivid Violet #691896
RGB
CMYK
RGB Variations
Color information
#691896 (or 0x691896) is known color: Vivid Violet. HEX triplet: 69, 18 and 96. RGB value is (105,24,150). Sum of RGB (Red+Green+Blue) = 105+24+150=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #691896 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691896 is #96E769. Grayscale: #3E3E3E. Windows color (decimal): -9889642 or 9836649. OLE color: 9836649.
HSL color Cylindrical-coordinate representation of color #691896: hue angle of 278.57º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #691896 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 24 | 150 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.41 |
| HSL | 278.57º | 0.72% | 0.34% | - |
| HSV(B) | 278.57º | 0.84% | 0.59% | - |
| XYZ | 11.66 | 5.86 | 29.37 | - |
| YUV | 62.58 | 177.34 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 24 | 150 | 0.30 | 0.84 | 0 | 0.41 | 278.57 | 0.72 | 0.34 |
| Hex | 69 | 18 | 96 | 1E | 54 | 0 | 29 | 117 | 48 | 22 |
| Octal | 151 | 30 | 226 | 36 | 124 | 0 | 51 | 427 | 110 | 42 |
| Binary | 1101001 | 11000 | 10010110 | 11110 | 1010100 | 0 | 101001 | 100010111 | 1001000 | 100010 |
Color Harmonies of #691896
Complementary color
Monochromatic Colors of #691896
Black with #691896
Text Example
Text Example
White with #691896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691896; }
p { color: rgb(105,24,150); }
H1.HeaderClassName
{
color: #691896;
}
.AnyTagClassName
{
color: #691896;
}
</style>
background-color css
<style>
a { background-color: #691896; }
a { background-color: rgb(105,24,150); }
div.DivClassName
{
background-color: #691896;
}
.BgClassName
{
background-color: #691896;
}
</style>
border-color css
<style>
span { border-color: #691896; }
span { border-color: rgb(105,24,150); }
td.TdClassName
{
border-color: #691896;
}
.TagClassName
{
border-color: #691896;
}
</style>