Shades of Royal Purple #65329B
Tints of Royal Purple #65329B
RGB
CMYK
RGB Variations
Color information
#65329B (or 0x65329B) is known color: Royal Purple. HEX triplet: 65, 32 and 9B. RGB value is (101,50,155). Sum of RGB (Red+Green+Blue) = 101+50+155=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #65329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65329B is #9ACD64. Grayscale: #4C4C4C. Windows color (decimal): -10145125 or 10170981. OLE color: 10170981.
HSL color Cylindrical-coordinate representation of color #65329B: hue angle of 269.14º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #65329B is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 50 | 155 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.39 |
| HSL | 269.14º | 0.51% | 0.4% | - |
| HSV(B) | 269.14º | 0.68% | 0.61% | - |
| XYZ | 12.42 | 7.41 | 31.79 | - |
| YUV | 77.22 | 171.9 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 155 | 0.35 | 0.68 | 0 | 0.39 | 269.14 | 0.51 | 0.4 |
| Hex | 65 | 32 | 9B | 23 | 44 | 0 | 27 | 10D | 33 | 28 |
| Octal | 145 | 62 | 233 | 43 | 104 | 0 | 47 | 415 | 63 | 50 |
| Binary | 1100101 | 110010 | 10011011 | 100011 | 1000100 | 0 | 100111 | 100001101 | 110011 | 101000 |
Color Harmonies of #65329B
Complementary color
Monochromatic Colors of #65329B
Black with #65329B
Text Example
Text Example
White with #65329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65329B; }
p { color: rgb(101,50,155); }
H1.HeaderClassName
{
color: #65329B;
}
.AnyTagClassName
{
color: #65329B;
}
</style>
background-color css
<style>
a { background-color: #65329B; }
a { background-color: rgb(101,50,155); }
div.DivClassName
{
background-color: #65329B;
}
.BgClassName
{
background-color: #65329B;
}
</style>
border-color css
<style>
span { border-color: #65329B; }
span { border-color: rgb(101,50,155); }
td.TdClassName
{
border-color: #65329B;
}
.TagClassName
{
border-color: #65329B;
}
</style>