Shades of Royal Purple #65209B
Tints of Royal Purple #65209B
RGB
CMYK
RGB Variations
Color information
#65209B (or 0x65209B) is known color: Royal Purple. HEX triplet: 65, 20 and 9B. RGB value is (101,32,155). Sum of RGB (Red+Green+Blue) = 101+32+155=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #65209B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65209B is #9ADF64. Grayscale: #424242. Windows color (decimal): -10149733 or 10166373. OLE color: 10166373.
HSL color Cylindrical-coordinate representation of color #65209B: hue angle of 273.66º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #65209B is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 32 | 155 | - |
| CMYK | 0.35 | 0.79 | 0 | 0.39 |
| HSL | 273.66º | 0.66% | 0.37% | - |
| HSV(B) | 273.66º | 0.79% | 0.61% | - |
| XYZ | 11.8 | 6.17 | 31.58 | - |
| YUV | 66.65 | 177.86 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 32 | 155 | 0.35 | 0.79 | 0 | 0.39 | 273.66 | 0.66 | 0.37 |
| Hex | 65 | 20 | 9B | 23 | 4F | 0 | 27 | 112 | 42 | 25 |
| Octal | 145 | 40 | 233 | 43 | 117 | 0 | 47 | 422 | 102 | 45 |
| Binary | 1100101 | 100000 | 10011011 | 100011 | 1001111 | 0 | 100111 | 100010010 | 1000010 | 100101 |
Color Harmonies of #65209B
Complementary color
Monochromatic Colors of #65209B
Black with #65209B
Text Example
Text Example
White with #65209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65209B; }
p { color: rgb(101,32,155); }
H1.HeaderClassName
{
color: #65209B;
}
.AnyTagClassName
{
color: #65209B;
}
</style>
background-color css
<style>
a { background-color: #65209B; }
a { background-color: rgb(101,32,155); }
div.DivClassName
{
background-color: #65209B;
}
.BgClassName
{
background-color: #65209B;
}
</style>
border-color css
<style>
span { border-color: #65209B; }
span { border-color: rgb(101,32,155); }
td.TdClassName
{
border-color: #65209B;
}
.TagClassName
{
border-color: #65209B;
}
</style>