Shades of Royal Purple #694295
Tints of Royal Purple #694295
RGB
CMYK
RGB Variations
Color information
#694295 (or 0x694295) is known color: Royal Purple. HEX triplet: 69, 42 and 95. RGB value is (105,66,149). Sum of RGB (Red+Green+Blue) = 105+66+149=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #694295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694295 is #96BD6A. Grayscale: #565656. Windows color (decimal): -9878891 or 9781865. OLE color: 9781865.
HSL color Cylindrical-coordinate representation of color #694295: hue angle of 268.19º 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 #694295 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 66 | 149 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.42 |
| HSL | 268.19º | 0.39% | 0.42% | - |
| HSV(B) | 268.19º | 0.56% | 0.58% | - |
| XYZ | 13.2 | 9.07 | 29.49 | - |
| YUV | 87.12 | 162.92 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 66 | 149 | 0.30 | 0.56 | 0 | 0.42 | 268.19 | 0.39 | 0.42 |
| Hex | 69 | 42 | 95 | 1E | 38 | 0 | 2A | 10C | 27 | 2A |
| Octal | 151 | 102 | 225 | 36 | 70 | 0 | 52 | 414 | 47 | 52 |
| Binary | 1101001 | 1000010 | 10010101 | 11110 | 111000 | 0 | 101010 | 100001100 | 100111 | 101010 |
Color Harmonies of #694295
Complementary color
Monochromatic Colors of #694295
Black with #694295
Text Example
Text Example
White with #694295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694295; }
p { color: rgb(105,66,149); }
H1.HeaderClassName
{
color: #694295;
}
.AnyTagClassName
{
color: #694295;
}
</style>
background-color css
<style>
a { background-color: #694295; }
a { background-color: rgb(105,66,149); }
div.DivClassName
{
background-color: #694295;
}
.BgClassName
{
background-color: #694295;
}
</style>
border-color css
<style>
span { border-color: #694295; }
span { border-color: rgb(105,66,149); }
td.TdClassName
{
border-color: #694295;
}
.TagClassName
{
border-color: #694295;
}
</style>