Shades of Royal Purple #65359B
Tints of Royal Purple #65359B
RGB
CMYK
RGB Variations
Color information
#65359B (or 0x65359B) is known color: Royal Purple. HEX triplet: 65, 35 and 9B. RGB value is (101,53,155). Sum of RGB (Red+Green+Blue) = 101+53+155=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #65359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65359B is #9ACA64. Grayscale: #4E4E4E. Windows color (decimal): -10144357 or 10171749. OLE color: 10171749.
HSL color Cylindrical-coordinate representation of color #65359B: hue angle of 268.24º degrees, saturation: 0.49, 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 #65359B is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 53 | 155 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.39 |
| HSL | 268.24º | 0.49% | 0.41% | - |
| HSV(B) | 268.24º | 0.66% | 0.61% | - |
| XYZ | 12.56 | 7.68 | 31.83 | - |
| YUV | 78.98 | 170.9 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 53 | 155 | 0.35 | 0.66 | 0 | 0.39 | 268.24 | 0.49 | 0.41 |
| Hex | 65 | 35 | 9B | 23 | 42 | 0 | 27 | 10C | 31 | 29 |
| Octal | 145 | 65 | 233 | 43 | 102 | 0 | 47 | 414 | 61 | 51 |
| Binary | 1100101 | 110101 | 10011011 | 100011 | 1000010 | 0 | 100111 | 100001100 | 110001 | 101001 |
Color Harmonies of #65359B
Complementary color
Monochromatic Colors of #65359B
Black with #65359B
Text Example
Text Example
White with #65359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65359B; }
p { color: rgb(101,53,155); }
H1.HeaderClassName
{
color: #65359B;
}
.AnyTagClassName
{
color: #65359B;
}
</style>
background-color css
<style>
a { background-color: #65359B; }
a { background-color: rgb(101,53,155); }
div.DivClassName
{
background-color: #65359B;
}
.BgClassName
{
background-color: #65359B;
}
</style>
border-color css
<style>
span { border-color: #65359B; }
span { border-color: rgb(101,53,155); }
td.TdClassName
{
border-color: #65359B;
}
.TagClassName
{
border-color: #65359B;
}
</style>