Shades of Royal Purple #694091
Tints of Royal Purple #694091
RGB
CMYK
RGB Variations
Color information
#694091 (or 0x694091) is known color: Royal Purple. HEX triplet: 69, 40 and 91. RGB value is (105,64,145). Sum of RGB (Red+Green+Blue) = 105+64+145=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #694091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694091 is #96BF6E. Grayscale: #555555. Windows color (decimal): -9879407 or 9519209. OLE color: 9519209.
HSL color Cylindrical-coordinate representation of color #694091: hue angle of 270.37º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #694091 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 64 | 145 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.43 |
| HSL | 270.37º | 0.39% | 0.41% | - |
| HSV(B) | 270.37º | 0.56% | 0.57% | - |
| XYZ | 12.77 | 8.71 | 27.8 | - |
| YUV | 85.49 | 161.58 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 64 | 145 | 0.28 | 0.56 | 0 | 0.43 | 270.37 | 0.39 | 0.41 |
| Hex | 69 | 40 | 91 | 1C | 38 | 0 | 2B | 10E | 27 | 29 |
| Octal | 151 | 100 | 221 | 34 | 70 | 0 | 53 | 416 | 47 | 51 |
| Binary | 1101001 | 1000000 | 10010001 | 11100 | 111000 | 0 | 101011 | 100001110 | 100111 | 101001 |
Color Harmonies of #694091
Complementary color
Monochromatic Colors of #694091
Black with #694091
Text Example
Text Example
White with #694091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694091; }
p { color: rgb(105,64,145); }
H1.HeaderClassName
{
color: #694091;
}
.AnyTagClassName
{
color: #694091;
}
</style>
background-color css
<style>
a { background-color: #694091; }
a { background-color: rgb(105,64,145); }
div.DivClassName
{
background-color: #694091;
}
.BgClassName
{
background-color: #694091;
}
</style>
border-color css
<style>
span { border-color: #694091; }
span { border-color: rgb(105,64,145); }
td.TdClassName
{
border-color: #694091;
}
.TagClassName
{
border-color: #694091;
}
</style>