Shades of Royal Purple #65359A
Tints of Royal Purple #65359A
RGB
CMYK
RGB Variations
Color information
#65359A (or 0x65359A) is known color: Royal Purple. HEX triplet: 65, 35 and 9A. RGB value is (101,53,154). Sum of RGB (Red+Green+Blue) = 101+53+154=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 154 (60.55% from 255 or 50% from 308); Max value from RGB is 154 - color contains mainly: blue. Hex color #65359A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65359A is #9ACA65. Grayscale: #4E4E4E. Windows color (decimal): -10144358 or 10106213. OLE color: 10106213.
HSL color Cylindrical-coordinate representation of color #65359A: hue angle of 268.51º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65359A is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 53 | 154 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.40 |
| HSL | 268.51º | 0.49% | 0.41% | - |
| HSV(B) | 268.51º | 0.66% | 0.6% | - |
| XYZ | 12.47 | 7.65 | 31.39 | - |
| YUV | 78.87 | 170.4 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 53 | 154 | 0.34 | 0.66 | 0 | 0.40 | 268.51 | 0.49 | 0.41 |
| Hex | 65 | 35 | 9A | 22 | 42 | 0 | 28 | 10D | 31 | 29 |
| Octal | 145 | 65 | 232 | 42 | 102 | 0 | 50 | 415 | 61 | 51 |
| Binary | 1100101 | 110101 | 10011010 | 100010 | 1000010 | 0 | 101000 | 100001101 | 110001 | 101001 |
Color Harmonies of #65359A
Complementary color
Monochromatic Colors of #65359A
Black with #65359A
Text Example
Text Example
White with #65359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65359A; }
p { color: rgb(101,53,154); }
H1.HeaderClassName
{
color: #65359A;
}
.AnyTagClassName
{
color: #65359A;
}
</style>
background-color css
<style>
a { background-color: #65359A; }
a { background-color: rgb(101,53,154); }
div.DivClassName
{
background-color: #65359A;
}
.BgClassName
{
background-color: #65359A;
}
</style>
border-color css
<style>
span { border-color: #65359A; }
span { border-color: rgb(101,53,154); }
td.TdClassName
{
border-color: #65359A;
}
.TagClassName
{
border-color: #65359A;
}
</style>