Shades of Vivid Violet #691895
Tints of Vivid Violet #691895
RGB
CMYK
RGB Variations
Color information
#691895 (or 0x691895) is known color: Vivid Violet. HEX triplet: 69, 18 and 95. RGB value is (105,24,149). Sum of RGB (Red+Green+Blue) = 105+24+149=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #691895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691895 is #96E76A. Grayscale: #3E3E3E. Windows color (decimal): -9889643 or 9771113. OLE color: 9771113.
HSL color Cylindrical-coordinate representation of color #691895: hue angle of 278.88º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #691895 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 24 | 149 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.42 |
| HSL | 278.88º | 0.72% | 0.34% | - |
| HSV(B) | 278.88º | 0.84% | 0.58% | - |
| XYZ | 11.58 | 5.83 | 28.95 | - |
| YUV | 62.47 | 176.84 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 24 | 149 | 0.30 | 0.84 | 0 | 0.42 | 278.88 | 0.72 | 0.34 |
| Hex | 69 | 18 | 95 | 1E | 54 | 0 | 2A | 117 | 48 | 22 |
| Octal | 151 | 30 | 225 | 36 | 124 | 0 | 52 | 427 | 110 | 42 |
| Binary | 1101001 | 11000 | 10010101 | 11110 | 1010100 | 0 | 101010 | 100010111 | 1001000 | 100010 |
Color Harmonies of #691895
Complementary color
Monochromatic Colors of #691895
Black with #691895
Text Example
Text Example
White with #691895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691895; }
p { color: rgb(105,24,149); }
H1.HeaderClassName
{
color: #691895;
}
.AnyTagClassName
{
color: #691895;
}
</style>
background-color css
<style>
a { background-color: #691895; }
a { background-color: rgb(105,24,149); }
div.DivClassName
{
background-color: #691895;
}
.BgClassName
{
background-color: #691895;
}
</style>
border-color css
<style>
span { border-color: #691895; }
span { border-color: rgb(105,24,149); }
td.TdClassName
{
border-color: #691895;
}
.TagClassName
{
border-color: #691895;
}
</style>