Shades of Royal Purple #694195
Tints of Royal Purple #694195
RGB
CMYK
RGB Variations
Color information
#694195 (or 0x694195) is known color: Royal Purple. HEX triplet: 69, 41 and 95. RGB value is (105,65,149). Sum of RGB (Red+Green+Blue) = 105+65+149=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #694195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694195 is #96BE6A. Grayscale: #565656. Windows color (decimal): -9879147 or 9781609. OLE color: 9781609.
HSL color Cylindrical-coordinate representation of color #694195: hue angle of 268.57º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #694195 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 65 | 149 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.42 |
| HSL | 268.57º | 0.39% | 0.42% | - |
| HSV(B) | 268.57º | 0.56% | 0.58% | - |
| XYZ | 13.14 | 8.95 | 29.47 | - |
| YUV | 86.54 | 163.25 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 65 | 149 | 0.30 | 0.56 | 0 | 0.42 | 268.57 | 0.39 | 0.42 |
| Hex | 69 | 41 | 95 | 1E | 38 | 0 | 2A | 10D | 27 | 2A |
| Octal | 151 | 101 | 225 | 36 | 70 | 0 | 52 | 415 | 47 | 52 |
| Binary | 1101001 | 1000001 | 10010101 | 11110 | 111000 | 0 | 101010 | 100001101 | 100111 | 101010 |
Color Harmonies of #694195
Complementary color
Monochromatic Colors of #694195
Black with #694195
Text Example
Text Example
White with #694195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694195; }
p { color: rgb(105,65,149); }
H1.HeaderClassName
{
color: #694195;
}
.AnyTagClassName
{
color: #694195;
}
</style>
background-color css
<style>
a { background-color: #694195; }
a { background-color: rgb(105,65,149); }
div.DivClassName
{
background-color: #694195;
}
.BgClassName
{
background-color: #694195;
}
</style>
border-color css
<style>
span { border-color: #694195; }
span { border-color: rgb(105,65,149); }
td.TdClassName
{
border-color: #694195;
}
.TagClassName
{
border-color: #694195;
}
</style>