Shades of Royal Purple #65289F
Tints of Royal Purple #65289F
RGB
CMYK
RGB Variations
Color information
#65289F (or 0x65289F) is known color: Royal Purple. HEX triplet: 65, 28 and 9F. RGB value is (101,40,159). Sum of RGB (Red+Green+Blue) = 101+40+159=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #65289F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65289F is #9AD760. Grayscale: #474747. Windows color (decimal): -10147681 or 10430565. OLE color: 10430565.
HSL color Cylindrical-coordinate representation of color #65289F: hue angle of 270.76º 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 #65289F is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 40 | 159 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.38 |
| HSL | 270.76º | 0.6% | 0.39% | - |
| HSV(B) | 270.76º | 0.75% | 0.62% | - |
| XYZ | 12.38 | 6.79 | 33.46 | - |
| YUV | 71.81 | 177.21 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 159 | 0.36 | 0.75 | 0 | 0.38 | 270.76 | 0.6 | 0.39 |
| Hex | 65 | 28 | 9F | 24 | 4B | 0 | 26 | 10F | 3C | 27 |
| Octal | 145 | 50 | 237 | 44 | 113 | 0 | 46 | 417 | 74 | 47 |
| Binary | 1100101 | 101000 | 10011111 | 100100 | 1001011 | 0 | 100110 | 100001111 | 111100 | 100111 |
Color Harmonies of #65289F
Complementary color
Monochromatic Colors of #65289F
Black with #65289F
Text Example
Text Example
White with #65289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65289F; }
p { color: rgb(101,40,159); }
H1.HeaderClassName
{
color: #65289F;
}
.AnyTagClassName
{
color: #65289F;
}
</style>
background-color css
<style>
a { background-color: #65289F; }
a { background-color: rgb(101,40,159); }
div.DivClassName
{
background-color: #65289F;
}
.BgClassName
{
background-color: #65289F;
}
</style>
border-color css
<style>
span { border-color: #65289F; }
span { border-color: rgb(101,40,159); }
td.TdClassName
{
border-color: #65289F;
}
.TagClassName
{
border-color: #65289F;
}
</style>