Shades of Royal Purple #694592
Tints of Royal Purple #694592
RGB
CMYK
RGB Variations
Color information
#694592 (or 0x694592) is known color: Royal Purple. HEX triplet: 69, 45 and 92. RGB value is (105,69,146). Sum of RGB (Red+Green+Blue) = 105+69+146=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #694592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694592 is #96BA6D. Grayscale: #585858. Windows color (decimal): -9878126 or 9586025. OLE color: 9586025.
HSL color Cylindrical-coordinate representation of color #694592: hue angle of 268.05º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #694592 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 69 | 146 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.43 |
| HSL | 268.05º | 0.36% | 0.42% | - |
| HSV(B) | 268.05º | 0.53% | 0.57% | - |
| XYZ | 13.14 | 9.33 | 28.3 | - |
| YUV | 88.54 | 160.43 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 69 | 146 | 0.28 | 0.53 | 0 | 0.43 | 268.05 | 0.36 | 0.42 |
| Hex | 69 | 45 | 92 | 1C | 35 | 0 | 2B | 10C | 24 | 2A |
| Octal | 151 | 105 | 222 | 34 | 65 | 0 | 53 | 414 | 44 | 52 |
| Binary | 1101001 | 1000101 | 10010010 | 11100 | 110101 | 0 | 101011 | 100001100 | 100100 | 101010 |
Color Harmonies of #694592
Complementary color
Monochromatic Colors of #694592
Black with #694592
Text Example
Text Example
White with #694592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694592; }
p { color: rgb(105,69,146); }
H1.HeaderClassName
{
color: #694592;
}
.AnyTagClassName
{
color: #694592;
}
</style>
background-color css
<style>
a { background-color: #694592; }
a { background-color: rgb(105,69,146); }
div.DivClassName
{
background-color: #694592;
}
.BgClassName
{
background-color: #694592;
}
</style>
border-color css
<style>
span { border-color: #694592; }
span { border-color: rgb(105,69,146); }
td.TdClassName
{
border-color: #694592;
}
.TagClassName
{
border-color: #694592;
}
</style>