Shades of Royal Purple #65359E
Tints of Royal Purple #65359E
RGB
CMYK
RGB Variations
Color information
#65359E (or 0x65359E) is known color: Royal Purple. HEX triplet: 65, 35 and 9E. RGB value is (101,53,158). Sum of RGB (Red+Green+Blue) = 101+53+158=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #65359E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65359E is #9ACA61. Grayscale: #4E4E4E. Windows color (decimal): -10144354 or 10368357. OLE color: 10368357.
HSL color Cylindrical-coordinate representation of color #65359E: hue angle of 267.43º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65359E is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 53 | 158 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.38 |
| HSL | 267.43º | 0.5% | 0.41% | - |
| HSV(B) | 267.43º | 0.66% | 0.62% | - |
| XYZ | 12.81 | 7.78 | 33.17 | - |
| YUV | 79.32 | 172.4 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 53 | 158 | 0.36 | 0.66 | 0 | 0.38 | 267.43 | 0.5 | 0.41 |
| Hex | 65 | 35 | 9E | 24 | 42 | 0 | 26 | 10B | 32 | 29 |
| Octal | 145 | 65 | 236 | 44 | 102 | 0 | 46 | 413 | 62 | 51 |
| Binary | 1100101 | 110101 | 10011110 | 100100 | 1000010 | 0 | 100110 | 100001011 | 110010 | 101001 |
Color Harmonies of #65359E
Complementary color
Monochromatic Colors of #65359E
Black with #65359E
Text Example
Text Example
White with #65359E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65359E; }
p { color: rgb(101,53,158); }
H1.HeaderClassName
{
color: #65359E;
}
.AnyTagClassName
{
color: #65359E;
}
</style>
background-color css
<style>
a { background-color: #65359E; }
a { background-color: rgb(101,53,158); }
div.DivClassName
{
background-color: #65359E;
}
.BgClassName
{
background-color: #65359E;
}
</style>
border-color css
<style>
span { border-color: #65359E; }
span { border-color: rgb(101,53,158); }
td.TdClassName
{
border-color: #65359E;
}
.TagClassName
{
border-color: #65359E;
}
</style>