Shades of Royal Purple #65459D
Tints of Royal Purple #65459D
RGB
CMYK
RGB Variations
Color information
#65459D (or 0x65459D) is known color: Royal Purple. HEX triplet: 65, 45 and 9D. RGB value is (101,69,157). Sum of RGB (Red+Green+Blue) = 101+69+157=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #65459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65459D is #9ABA62. Grayscale: #585858. Windows color (decimal): -10140259 or 10306917. OLE color: 10306917.
HSL color Cylindrical-coordinate representation of color #65459D: hue angle of 261.82º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65459D is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 69 | 157 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.38 |
| HSL | 261.82º | 0.39% | 0.44% | - |
| HSV(B) | 261.82º | 0.56% | 0.62% | - |
| XYZ | 13.58 | 9.46 | 33.01 | - |
| YUV | 88.6 | 166.6 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 157 | 0.36 | 0.56 | 0 | 0.38 | 261.82 | 0.39 | 0.44 |
| Hex | 65 | 45 | 9D | 24 | 38 | 0 | 26 | 106 | 27 | 2C |
| Octal | 145 | 105 | 235 | 44 | 70 | 0 | 46 | 406 | 47 | 54 |
| Binary | 1100101 | 1000101 | 10011101 | 100100 | 111000 | 0 | 100110 | 100000110 | 100111 | 101100 |
Color Harmonies of #65459D
Complementary color
Monochromatic Colors of #65459D
Black with #65459D
Text Example
Text Example
White with #65459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65459D; }
p { color: rgb(101,69,157); }
H1.HeaderClassName
{
color: #65459D;
}
.AnyTagClassName
{
color: #65459D;
}
</style>
background-color css
<style>
a { background-color: #65459D; }
a { background-color: rgb(101,69,157); }
div.DivClassName
{
background-color: #65459D;
}
.BgClassName
{
background-color: #65459D;
}
</style>
border-color css
<style>
span { border-color: #65459D; }
span { border-color: rgb(101,69,157); }
td.TdClassName
{
border-color: #65459D;
}
.TagClassName
{
border-color: #65459D;
}
</style>