Shades of Royal Purple #65319F
Tints of Royal Purple #65319F
RGB
CMYK
RGB Variations
Color information
#65319F (or 0x65319F) is known color: Royal Purple. HEX triplet: 65, 31 and 9F. RGB value is (101,49,159). Sum of RGB (Red+Green+Blue) = 101+49+159=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #65319F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65319F is #9ACE60. Grayscale: #4C4C4C. Windows color (decimal): -10145377 or 10432869. OLE color: 10432869.
HSL color Cylindrical-coordinate representation of color #65319F: hue angle of 268.36º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #65319F is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 49 | 159 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.38 |
| HSL | 268.36º | 0.53% | 0.41% | - |
| HSV(B) | 268.36º | 0.69% | 0.62% | - |
| XYZ | 12.72 | 7.47 | 33.57 | - |
| YUV | 77.09 | 174.23 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 49 | 159 | 0.36 | 0.69 | 0 | 0.38 | 268.36 | 0.53 | 0.41 |
| Hex | 65 | 31 | 9F | 24 | 45 | 0 | 26 | 10C | 35 | 29 |
| Octal | 145 | 61 | 237 | 44 | 105 | 0 | 46 | 414 | 65 | 51 |
| Binary | 1100101 | 110001 | 10011111 | 100100 | 1000101 | 0 | 100110 | 100001100 | 110101 | 101001 |
Color Harmonies of #65319F
Complementary color
Monochromatic Colors of #65319F
Black with #65319F
Text Example
Text Example
White with #65319F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65319F; }
p { color: rgb(101,49,159); }
H1.HeaderClassName
{
color: #65319F;
}
.AnyTagClassName
{
color: #65319F;
}
</style>
background-color css
<style>
a { background-color: #65319F; }
a { background-color: rgb(101,49,159); }
div.DivClassName
{
background-color: #65319F;
}
.BgClassName
{
background-color: #65319F;
}
</style>
border-color css
<style>
span { border-color: #65319F; }
span { border-color: rgb(101,49,159); }
td.TdClassName
{
border-color: #65319F;
}
.TagClassName
{
border-color: #65319F;
}
</style>