Shades of Royal Purple #694898
Tints of Royal Purple #694898
RGB
CMYK
RGB Variations
Color information
#694898 (or 0x694898) is known color: Royal Purple. HEX triplet: 69, 48 and 98. RGB value is (105,72,152). Sum of RGB (Red+Green+Blue) = 105+72+152=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #694898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694898 is #96B767. Grayscale: #5A5A5A. Windows color (decimal): -9877352 or 9980009. OLE color: 9980009.
HSL color Cylindrical-coordinate representation of color #694898: hue angle of 264.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #694898 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 72 | 152 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.40 |
| HSL | 264.75º | 0.36% | 0.44% | - |
| HSV(B) | 264.75º | 0.53% | 0.6% | - |
| XYZ | 13.81 | 9.9 | 30.89 | - |
| YUV | 90.99 | 162.43 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 72 | 152 | 0.31 | 0.53 | 0 | 0.40 | 264.75 | 0.36 | 0.44 |
| Hex | 69 | 48 | 98 | 1F | 35 | 0 | 28 | 109 | 24 | 2C |
| Octal | 151 | 110 | 230 | 37 | 65 | 0 | 50 | 411 | 44 | 54 |
| Binary | 1101001 | 1001000 | 10011000 | 11111 | 110101 | 0 | 101000 | 100001001 | 100100 | 101100 |
Color Harmonies of #694898
Complementary color
Monochromatic Colors of #694898
Black with #694898
Text Example
Text Example
White with #694898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694898; }
p { color: rgb(105,72,152); }
H1.HeaderClassName
{
color: #694898;
}
.AnyTagClassName
{
color: #694898;
}
</style>
background-color css
<style>
a { background-color: #694898; }
a { background-color: rgb(105,72,152); }
div.DivClassName
{
background-color: #694898;
}
.BgClassName
{
background-color: #694898;
}
</style>
border-color css
<style>
span { border-color: #694898; }
span { border-color: rgb(105,72,152); }
td.TdClassName
{
border-color: #694898;
}
.TagClassName
{
border-color: #694898;
}
</style>