Shades of Royal Purple #65299B
Tints of Royal Purple #65299B
RGB
CMYK
RGB Variations
Color information
#65299B (or 0x65299B) is known color: Royal Purple. HEX triplet: 65, 29 and 9B. RGB value is (101,41,155). Sum of RGB (Red+Green+Blue) = 101+41+155=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #65299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65299B is #9AD664. Grayscale: #474747. Windows color (decimal): -10147429 or 10168677. OLE color: 10168677.
HSL color Cylindrical-coordinate representation of color #65299B: hue angle of 271.58º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #65299B is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 41 | 155 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.39 |
| HSL | 271.58º | 0.58% | 0.38% | - |
| HSV(B) | 271.58º | 0.74% | 0.61% | - |
| XYZ | 12.08 | 6.72 | 31.67 | - |
| YUV | 71.94 | 174.88 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 41 | 155 | 0.35 | 0.74 | 0 | 0.39 | 271.58 | 0.58 | 0.38 |
| Hex | 65 | 29 | 9B | 23 | 4A | 0 | 27 | 110 | 3A | 26 |
| Octal | 145 | 51 | 233 | 43 | 112 | 0 | 47 | 420 | 72 | 46 |
| Binary | 1100101 | 101001 | 10011011 | 100011 | 1001010 | 0 | 100111 | 100010000 | 111010 | 100110 |
Color Harmonies of #65299B
Complementary color
Monochromatic Colors of #65299B
Black with #65299B
Text Example
Text Example
White with #65299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65299B; }
p { color: rgb(101,41,155); }
H1.HeaderClassName
{
color: #65299B;
}
.AnyTagClassName
{
color: #65299B;
}
</style>
background-color css
<style>
a { background-color: #65299B; }
a { background-color: rgb(101,41,155); }
div.DivClassName
{
background-color: #65299B;
}
.BgClassName
{
background-color: #65299B;
}
</style>
border-color css
<style>
span { border-color: #65299B; }
span { border-color: rgb(101,41,155); }
td.TdClassName
{
border-color: #65299B;
}
.TagClassName
{
border-color: #65299B;
}
</style>