Shades of Royal Purple #65219A
Tints of Royal Purple #65219A
RGB
CMYK
RGB Variations
Color information
#65219A (or 0x65219A) is known color: Royal Purple. HEX triplet: 65, 21 and 9A. RGB value is (101,33,154). Sum of RGB (Red+Green+Blue) = 101+33+154=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 154 (60.55% from 255 or 53.47% from 288); Max value from RGB is 154 - color contains mainly: blue. Hex color #65219A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65219A is #9ADE65. Grayscale: #424242. Windows color (decimal): -10149478 or 10101093. OLE color: 10101093.
HSL color Cylindrical-coordinate representation of color #65219A: hue angle of 273.72º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #65219A is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 33 | 154 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.40 |
| HSL | 273.72º | 0.65% | 0.37% | - |
| HSV(B) | 273.72º | 0.79% | 0.6% | - |
| XYZ | 11.74 | 6.19 | 31.15 | - |
| YUV | 67.13 | 177.03 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 154 | 0.34 | 0.79 | 0 | 0.40 | 273.72 | 0.65 | 0.37 |
| Hex | 65 | 21 | 9A | 22 | 4F | 0 | 28 | 112 | 41 | 25 |
| Octal | 145 | 41 | 232 | 42 | 117 | 0 | 50 | 422 | 101 | 45 |
| Binary | 1100101 | 100001 | 10011010 | 100010 | 1001111 | 0 | 101000 | 100010010 | 1000001 | 100101 |
Color Harmonies of #65219A
Complementary color
Monochromatic Colors of #65219A
Black with #65219A
Text Example
Text Example
White with #65219A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65219A; }
p { color: rgb(101,33,154); }
H1.HeaderClassName
{
color: #65219A;
}
.AnyTagClassName
{
color: #65219A;
}
</style>
background-color css
<style>
a { background-color: #65219A; }
a { background-color: rgb(101,33,154); }
div.DivClassName
{
background-color: #65219A;
}
.BgClassName
{
background-color: #65219A;
}
</style>
border-color css
<style>
span { border-color: #65219A; }
span { border-color: rgb(101,33,154); }
td.TdClassName
{
border-color: #65219A;
}
.TagClassName
{
border-color: #65219A;
}
</style>