Shades of Royal Purple #694498
Tints of Royal Purple #694498
RGB
CMYK
RGB Variations
Color information
#694498 (or 0x694498) is known color: Royal Purple. HEX triplet: 69, 44 and 98. RGB value is (105,68,152). Sum of RGB (Red+Green+Blue) = 105+68+152=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #694498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694498 is #96BB67. Grayscale: #585858. Windows color (decimal): -9878376 or 9978985. OLE color: 9978985.
HSL color Cylindrical-coordinate representation of color #694498: hue angle of 266.43º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #694498 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 68 | 152 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.40 |
| HSL | 266.43º | 0.38% | 0.43% | - |
| HSV(B) | 266.43º | 0.55% | 0.6% | - |
| XYZ | 13.56 | 9.4 | 30.81 | - |
| YUV | 88.64 | 163.76 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 68 | 152 | 0.31 | 0.55 | 0 | 0.40 | 266.43 | 0.38 | 0.43 |
| Hex | 69 | 44 | 98 | 1F | 37 | 0 | 28 | 10A | 26 | 2B |
| Octal | 151 | 104 | 230 | 37 | 67 | 0 | 50 | 412 | 46 | 53 |
| Binary | 1101001 | 1000100 | 10011000 | 11111 | 110111 | 0 | 101000 | 100001010 | 100110 | 101011 |
Color Harmonies of #694498
Complementary color
Monochromatic Colors of #694498
Black with #694498
Text Example
Text Example
White with #694498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694498; }
p { color: rgb(105,68,152); }
H1.HeaderClassName
{
color: #694498;
}
.AnyTagClassName
{
color: #694498;
}
</style>
background-color css
<style>
a { background-color: #694498; }
a { background-color: rgb(105,68,152); }
div.DivClassName
{
background-color: #694498;
}
.BgClassName
{
background-color: #694498;
}
</style>
border-color css
<style>
span { border-color: #694498; }
span { border-color: rgb(105,68,152); }
td.TdClassName
{
border-color: #694498;
}
.TagClassName
{
border-color: #694498;
}
</style>