Shades of Royal Purple #65449B
Tints of Royal Purple #65449B
RGB
CMYK
RGB Variations
Color information
#65449B (or 0x65449B) is known color: Royal Purple. HEX triplet: 65, 44 and 9B. RGB value is (101,68,155). Sum of RGB (Red+Green+Blue) = 101+68+155=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #65449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65449B is #9ABB64. Grayscale: #575757. Windows color (decimal): -10140517 or 10175589. OLE color: 10175589.
HSL color Cylindrical-coordinate representation of color #65449B: hue angle of 262.76º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65449B is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 68 | 155 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.39 |
| HSL | 262.76º | 0.39% | 0.44% | - |
| HSV(B) | 262.76º | 0.56% | 0.61% | - |
| XYZ | 13.35 | 9.27 | 32.1 | - |
| YUV | 87.79 | 165.93 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 68 | 155 | 0.35 | 0.56 | 0 | 0.39 | 262.76 | 0.39 | 0.44 |
| Hex | 65 | 44 | 9B | 23 | 38 | 0 | 27 | 107 | 27 | 2C |
| Octal | 145 | 104 | 233 | 43 | 70 | 0 | 47 | 407 | 47 | 54 |
| Binary | 1100101 | 1000100 | 10011011 | 100011 | 111000 | 0 | 100111 | 100000111 | 100111 | 101100 |
Color Harmonies of #65449B
Complementary color
Monochromatic Colors of #65449B
Black with #65449B
Text Example
Text Example
White with #65449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65449B; }
p { color: rgb(101,68,155); }
H1.HeaderClassName
{
color: #65449B;
}
.AnyTagClassName
{
color: #65449B;
}
</style>
background-color css
<style>
a { background-color: #65449B; }
a { background-color: rgb(101,68,155); }
div.DivClassName
{
background-color: #65449B;
}
.BgClassName
{
background-color: #65449B;
}
</style>
border-color css
<style>
span { border-color: #65449B; }
span { border-color: rgb(101,68,155); }
td.TdClassName
{
border-color: #65449B;
}
.TagClassName
{
border-color: #65449B;
}
</style>