Shades of Royal Purple #65439E
Tints of Royal Purple #65439E
RGB
CMYK
RGB Variations
Color information
#65439E (or 0x65439E) is known color: Royal Purple. HEX triplet: 65, 43 and 9E. RGB value is (101,67,158). Sum of RGB (Red+Green+Blue) = 101+67+158=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #65439E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65439E is #9ABC61. Grayscale: #575757. Windows color (decimal): -10140770 or 10371941. OLE color: 10371941.
HSL color Cylindrical-coordinate representation of color #65439E: hue angle of 262.42º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65439E is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 67 | 158 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.38 |
| HSL | 262.42º | 0.4% | 0.44% | - |
| HSV(B) | 262.42º | 0.58% | 0.62% | - |
| XYZ | 13.55 | 9.25 | 33.42 | - |
| YUV | 87.54 | 167.76 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 158 | 0.36 | 0.58 | 0 | 0.38 | 262.42 | 0.4 | 0.44 |
| Hex | 65 | 43 | 9E | 24 | 3A | 0 | 26 | 106 | 28 | 2C |
| Octal | 145 | 103 | 236 | 44 | 72 | 0 | 46 | 406 | 50 | 54 |
| Binary | 1100101 | 1000011 | 10011110 | 100100 | 111010 | 0 | 100110 | 100000110 | 101000 | 101100 |
Color Harmonies of #65439E
Complementary color
Monochromatic Colors of #65439E
Black with #65439E
Text Example
Text Example
White with #65439E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65439E; }
p { color: rgb(101,67,158); }
H1.HeaderClassName
{
color: #65439E;
}
.AnyTagClassName
{
color: #65439E;
}
</style>
background-color css
<style>
a { background-color: #65439E; }
a { background-color: rgb(101,67,158); }
div.DivClassName
{
background-color: #65439E;
}
.BgClassName
{
background-color: #65439E;
}
</style>
border-color css
<style>
span { border-color: #65439E; }
span { border-color: rgb(101,67,158); }
td.TdClassName
{
border-color: #65439E;
}
.TagClassName
{
border-color: #65439E;
}
</style>