Shades of Royal Purple #694191
Tints of Royal Purple #694191
RGB
CMYK
RGB Variations
Color information
#694191 (or 0x694191) is known color: Royal Purple. HEX triplet: 69, 41 and 91. RGB value is (105,65,145). Sum of RGB (Red+Green+Blue) = 105+65+145=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #694191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694191 is #96BE6E. Grayscale: #555555. Windows color (decimal): -9879151 or 9519465. OLE color: 9519465.
HSL color Cylindrical-coordinate representation of color #694191: hue angle of 270º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #694191 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 65 | 145 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.43 |
| HSL | 270º | 0.38% | 0.41% | - |
| HSV(B) | 270º | 0.55% | 0.57% | - |
| XYZ | 12.83 | 8.83 | 27.82 | - |
| YUV | 86.08 | 161.25 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 65 | 145 | 0.28 | 0.55 | 0 | 0.43 | 270 | 0.38 | 0.41 |
| Hex | 69 | 41 | 91 | 1C | 37 | 0 | 2B | 10E | 26 | 29 |
| Octal | 151 | 101 | 221 | 34 | 67 | 0 | 53 | 416 | 46 | 51 |
| Binary | 1101001 | 1000001 | 10010001 | 11100 | 110111 | 0 | 101011 | 100001110 | 100110 | 101001 |
Color Harmonies of #694191
Complementary color
Monochromatic Colors of #694191
Black with #694191
Text Example
Text Example
White with #694191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694191; }
p { color: rgb(105,65,145); }
H1.HeaderClassName
{
color: #694191;
}
.AnyTagClassName
{
color: #694191;
}
</style>
background-color css
<style>
a { background-color: #694191; }
a { background-color: rgb(105,65,145); }
div.DivClassName
{
background-color: #694191;
}
.BgClassName
{
background-color: #694191;
}
</style>
border-color css
<style>
span { border-color: #694191; }
span { border-color: rgb(105,65,145); }
td.TdClassName
{
border-color: #694191;
}
.TagClassName
{
border-color: #694191;
}
</style>