Shades of Royal Purple #65219D
Tints of Royal Purple #65219D
RGB
CMYK
RGB Variations
Color information
#65219D (or 0x65219D) is known color: Royal Purple. HEX triplet: 65, 21 and 9D. RGB value is (101,33,157). Sum of RGB (Red+Green+Blue) = 101+33+157=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #65219D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65219D is #9ADE62. Grayscale: #434343. Windows color (decimal): -10149475 or 10297701. OLE color: 10297701.
HSL color Cylindrical-coordinate representation of color #65219D: hue angle of 272.9º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #65219D is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 33 | 157 | - |
| CMYK | 0.36 | 0.79 | 0 | 0.38 |
| HSL | 272.9º | 0.65% | 0.37% | - |
| HSV(B) | 272.9º | 0.79% | 0.62% | - |
| XYZ | 12 | 6.29 | 32.48 | - |
| YUV | 67.47 | 178.53 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 157 | 0.36 | 0.79 | 0 | 0.38 | 272.9 | 0.65 | 0.37 |
| Hex | 65 | 21 | 9D | 24 | 4F | 0 | 26 | 111 | 41 | 25 |
| Octal | 145 | 41 | 235 | 44 | 117 | 0 | 46 | 421 | 101 | 45 |
| Binary | 1100101 | 100001 | 10011101 | 100100 | 1001111 | 0 | 100110 | 100010001 | 1000001 | 100101 |
Color Harmonies of #65219D
Complementary color
Monochromatic Colors of #65219D
Black with #65219D
Text Example
Text Example
White with #65219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65219D; }
p { color: rgb(101,33,157); }
H1.HeaderClassName
{
color: #65219D;
}
.AnyTagClassName
{
color: #65219D;
}
</style>
background-color css
<style>
a { background-color: #65219D; }
a { background-color: rgb(101,33,157); }
div.DivClassName
{
background-color: #65219D;
}
.BgClassName
{
background-color: #65219D;
}
</style>
border-color css
<style>
span { border-color: #65219D; }
span { border-color: rgb(101,33,157); }
td.TdClassName
{
border-color: #65219D;
}
.TagClassName
{
border-color: #65219D;
}
</style>