Shades of Royal Purple #65449D
Tints of Royal Purple #65449D
RGB
CMYK
RGB Variations
Color information
#65449D (or 0x65449D) is known color: Royal Purple. HEX triplet: 65, 44 and 9D. RGB value is (101,68,157). Sum of RGB (Red+Green+Blue) = 101+68+157=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #65449D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65449D is #9ABB62. Grayscale: #575757. Windows color (decimal): -10140515 or 10306661. OLE color: 10306661.
HSL color Cylindrical-coordinate representation of color #65449D: hue angle of 262.25º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65449D is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 68 | 157 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.38 |
| HSL | 262.25º | 0.4% | 0.44% | - |
| HSV(B) | 262.25º | 0.57% | 0.62% | - |
| XYZ | 13.52 | 9.34 | 32.99 | - |
| YUV | 88.01 | 166.93 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 68 | 157 | 0.36 | 0.57 | 0 | 0.38 | 262.25 | 0.4 | 0.44 |
| Hex | 65 | 44 | 9D | 24 | 39 | 0 | 26 | 106 | 28 | 2C |
| Octal | 145 | 104 | 235 | 44 | 71 | 0 | 46 | 406 | 50 | 54 |
| Binary | 1100101 | 1000100 | 10011101 | 100100 | 111001 | 0 | 100110 | 100000110 | 101000 | 101100 |
Color Harmonies of #65449D
Complementary color
Monochromatic Colors of #65449D
Black with #65449D
Text Example
Text Example
White with #65449D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65449D; }
p { color: rgb(101,68,157); }
H1.HeaderClassName
{
color: #65449D;
}
.AnyTagClassName
{
color: #65449D;
}
</style>
background-color css
<style>
a { background-color: #65449D; }
a { background-color: rgb(101,68,157); }
div.DivClassName
{
background-color: #65449D;
}
.BgClassName
{
background-color: #65449D;
}
</style>
border-color css
<style>
span { border-color: #65449D; }
span { border-color: rgb(101,68,157); }
td.TdClassName
{
border-color: #65449D;
}
.TagClassName
{
border-color: #65449D;
}
</style>