Shades of Royal Purple #653098
Tints of Royal Purple #653098
RGB
CMYK
RGB Variations
Color information
#653098 (or 0x653098) is known color: Royal Purple. HEX triplet: 65, 30 and 98. RGB value is (101,48,152). Sum of RGB (Red+Green+Blue) = 101+48+152=301 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.55% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #653098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653098 is #9ACF67. Grayscale: #4B4B4B. Windows color (decimal): -10145640 or 9973861. OLE color: 9973861.
HSL color Cylindrical-coordinate representation of color #653098: hue angle of 270.58º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #653098 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 48 | 152 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.40 |
| HSL | 270.58º | 0.52% | 0.39% | - |
| HSV(B) | 270.58º | 0.68% | 0.6% | - |
| XYZ | 12.09 | 7.15 | 30.45 | - |
| YUV | 75.7 | 171.06 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 48 | 152 | 0.34 | 0.68 | 0 | 0.40 | 270.58 | 0.52 | 0.39 |
| Hex | 65 | 30 | 98 | 22 | 44 | 0 | 28 | 10F | 34 | 27 |
| Octal | 145 | 60 | 230 | 42 | 104 | 0 | 50 | 417 | 64 | 47 |
| Binary | 1100101 | 110000 | 10011000 | 100010 | 1000100 | 0 | 101000 | 100001111 | 110100 | 100111 |
Color Harmonies of #653098
Complementary color
Monochromatic Colors of #653098
Black with #653098
Text Example
Text Example
White with #653098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653098; }
p { color: rgb(101,48,152); }
H1.HeaderClassName
{
color: #653098;
}
.AnyTagClassName
{
color: #653098;
}
</style>
background-color css
<style>
a { background-color: #653098; }
a { background-color: rgb(101,48,152); }
div.DivClassName
{
background-color: #653098;
}
.BgClassName
{
background-color: #653098;
}
</style>
border-color css
<style>
span { border-color: #653098; }
span { border-color: rgb(101,48,152); }
td.TdClassName
{
border-color: #653098;
}
.TagClassName
{
border-color: #653098;
}
</style>