Shades of Royal Purple #65219B
Tints of Royal Purple #65219B
RGB
CMYK
RGB Variations
Color information
#65219B (or 0x65219B) is known color: Royal Purple. HEX triplet: 65, 21 and 9B. RGB value is (101,33,155). Sum of RGB (Red+Green+Blue) = 101+33+155=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #65219B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65219B is #9ADE64. Grayscale: #424242. Windows color (decimal): -10149477 or 10166629. OLE color: 10166629.
HSL color Cylindrical-coordinate representation of color #65219B: hue angle of 273.44º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #65219B is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 33 | 155 | - |
| CMYK | 0.35 | 0.79 | 0 | 0.39 |
| HSL | 273.44º | 0.65% | 0.37% | - |
| HSV(B) | 273.44º | 0.79% | 0.61% | - |
| XYZ | 11.83 | 6.22 | 31.59 | - |
| YUV | 67.24 | 177.53 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 155 | 0.35 | 0.79 | 0 | 0.39 | 273.44 | 0.65 | 0.37 |
| Hex | 65 | 21 | 9B | 23 | 4F | 0 | 27 | 111 | 41 | 25 |
| Octal | 145 | 41 | 233 | 43 | 117 | 0 | 47 | 421 | 101 | 45 |
| Binary | 1100101 | 100001 | 10011011 | 100011 | 1001111 | 0 | 100111 | 100010001 | 1000001 | 100101 |
Color Harmonies of #65219B
Complementary color
Monochromatic Colors of #65219B
Black with #65219B
Text Example
Text Example
White with #65219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65219B; }
p { color: rgb(101,33,155); }
H1.HeaderClassName
{
color: #65219B;
}
.AnyTagClassName
{
color: #65219B;
}
</style>
background-color css
<style>
a { background-color: #65219B; }
a { background-color: rgb(101,33,155); }
div.DivClassName
{
background-color: #65219B;
}
.BgClassName
{
background-color: #65219B;
}
</style>
border-color css
<style>
span { border-color: #65219B; }
span { border-color: rgb(101,33,155); }
td.TdClassName
{
border-color: #65219B;
}
.TagClassName
{
border-color: #65219B;
}
</style>