Shades of Royal Purple #65289B
Tints of Royal Purple #65289B
RGB
CMYK
RGB Variations
Color information
#65289B (or 0x65289B) is known color: Royal Purple. HEX triplet: 65, 28 and 9B. RGB value is (101,40,155). Sum of RGB (Red+Green+Blue) = 101+40+155=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #65289B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65289B is #9AD764. Grayscale: #464646. Windows color (decimal): -10147685 or 10168421. OLE color: 10168421.
HSL color Cylindrical-coordinate representation of color #65289B: hue angle of 271.83º degrees, saturation: 0.59, 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 #65289B is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 40 | 155 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.39 |
| HSL | 271.83º | 0.59% | 0.38% | - |
| HSV(B) | 271.83º | 0.74% | 0.61% | - |
| XYZ | 12.04 | 6.65 | 31.66 | - |
| YUV | 71.35 | 175.21 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 155 | 0.35 | 0.74 | 0 | 0.39 | 271.83 | 0.59 | 0.38 |
| Hex | 65 | 28 | 9B | 23 | 4A | 0 | 27 | 110 | 3B | 26 |
| Octal | 145 | 50 | 233 | 43 | 112 | 0 | 47 | 420 | 73 | 46 |
| Binary | 1100101 | 101000 | 10011011 | 100011 | 1001010 | 0 | 100111 | 100010000 | 111011 | 100110 |
Color Harmonies of #65289B
Complementary color
Monochromatic Colors of #65289B
Black with #65289B
Text Example
Text Example
White with #65289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65289B; }
p { color: rgb(101,40,155); }
H1.HeaderClassName
{
color: #65289B;
}
.AnyTagClassName
{
color: #65289B;
}
</style>
background-color css
<style>
a { background-color: #65289B; }
a { background-color: rgb(101,40,155); }
div.DivClassName
{
background-color: #65289B;
}
.BgClassName
{
background-color: #65289B;
}
</style>
border-color css
<style>
span { border-color: #65289B; }
span { border-color: rgb(101,40,155); }
td.TdClassName
{
border-color: #65289B;
}
.TagClassName
{
border-color: #65289B;
}
</style>