Shades of Royal Purple #65349B
Tints of Royal Purple #65349B
RGB
CMYK
RGB Variations
Color information
#65349B (or 0x65349B) is known color: Royal Purple. HEX triplet: 65, 34 and 9B. RGB value is (101,52,155). Sum of RGB (Red+Green+Blue) = 101+52+155=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #65349B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65349B is #9ACB64. Grayscale: #4E4E4E. Windows color (decimal): -10144613 or 10171493. OLE color: 10171493.
HSL color Cylindrical-coordinate representation of color #65349B: hue angle of 268.54º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65349B is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 52 | 155 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.39 |
| HSL | 268.54º | 0.5% | 0.41% | - |
| HSV(B) | 268.54º | 0.66% | 0.61% | - |
| XYZ | 12.51 | 7.59 | 31.82 | - |
| YUV | 78.39 | 171.23 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 52 | 155 | 0.35 | 0.66 | 0 | 0.39 | 268.54 | 0.5 | 0.41 |
| Hex | 65 | 34 | 9B | 23 | 42 | 0 | 27 | 10D | 32 | 29 |
| Octal | 145 | 64 | 233 | 43 | 102 | 0 | 47 | 415 | 62 | 51 |
| Binary | 1100101 | 110100 | 10011011 | 100011 | 1000010 | 0 | 100111 | 100001101 | 110010 | 101001 |
Color Harmonies of #65349B
Complementary color
Monochromatic Colors of #65349B
Black with #65349B
Text Example
Text Example
White with #65349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65349B; }
p { color: rgb(101,52,155); }
H1.HeaderClassName
{
color: #65349B;
}
.AnyTagClassName
{
color: #65349B;
}
</style>
background-color css
<style>
a { background-color: #65349B; }
a { background-color: rgb(101,52,155); }
div.DivClassName
{
background-color: #65349B;
}
.BgClassName
{
background-color: #65349B;
}
</style>
border-color css
<style>
span { border-color: #65349B; }
span { border-color: rgb(101,52,155); }
td.TdClassName
{
border-color: #65349B;
}
.TagClassName
{
border-color: #65349B;
}
</style>