Shades of Royal Purple #65289E
Tints of Royal Purple #65289E
RGB
CMYK
RGB Variations
Color information
#65289E (or 0x65289E) is known color: Royal Purple. HEX triplet: 65, 28 and 9E. RGB value is (101,40,158). Sum of RGB (Red+Green+Blue) = 101+40+158=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #65289E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65289E is #9AD761. Grayscale: #474747. Windows color (decimal): -10147682 or 10365029. OLE color: 10365029.
HSL color Cylindrical-coordinate representation of color #65289E: hue angle of 271.02º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65289E is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 40 | 158 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.38 |
| HSL | 271.02º | 0.6% | 0.39% | - |
| HSV(B) | 271.02º | 0.75% | 0.62% | - |
| XYZ | 12.3 | 6.75 | 33 | - |
| YUV | 71.69 | 176.71 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 158 | 0.36 | 0.75 | 0 | 0.38 | 271.02 | 0.6 | 0.39 |
| Hex | 65 | 28 | 9E | 24 | 4B | 0 | 26 | 10F | 3C | 27 |
| Octal | 145 | 50 | 236 | 44 | 113 | 0 | 46 | 417 | 74 | 47 |
| Binary | 1100101 | 101000 | 10011110 | 100100 | 1001011 | 0 | 100110 | 100001111 | 111100 | 100111 |
Color Harmonies of #65289E
Complementary color
Monochromatic Colors of #65289E
Black with #65289E
Text Example
Text Example
White with #65289E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65289E; }
p { color: rgb(101,40,158); }
H1.HeaderClassName
{
color: #65289E;
}
.AnyTagClassName
{
color: #65289E;
}
</style>
background-color css
<style>
a { background-color: #65289E; }
a { background-color: rgb(101,40,158); }
div.DivClassName
{
background-color: #65289E;
}
.BgClassName
{
background-color: #65289E;
}
</style>
border-color css
<style>
span { border-color: #65289E; }
span { border-color: rgb(101,40,158); }
td.TdClassName
{
border-color: #65289E;
}
.TagClassName
{
border-color: #65289E;
}
</style>