Shades of Royal Purple #65259B
Tints of Royal Purple #65259B
RGB
CMYK
RGB Variations
Color information
#65259B (or 0x65259B) is known color: Royal Purple. HEX triplet: 65, 25 and 9B. RGB value is (101,37,155). Sum of RGB (Red+Green+Blue) = 101+37+155=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #65259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65259B is #9ADA64. Grayscale: #454545. Windows color (decimal): -10148453 or 10167653. OLE color: 10167653.
HSL color Cylindrical-coordinate representation of color #65259B: hue angle of 272.54º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #65259B is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 37 | 155 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.39 |
| HSL | 272.54º | 0.61% | 0.38% | - |
| HSV(B) | 272.54º | 0.76% | 0.61% | - |
| XYZ | 11.94 | 6.46 | 31.63 | - |
| YUV | 69.59 | 176.2 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 37 | 155 | 0.35 | 0.76 | 0 | 0.39 | 272.54 | 0.61 | 0.38 |
| Hex | 65 | 25 | 9B | 23 | 4C | 0 | 27 | 111 | 3D | 26 |
| Octal | 145 | 45 | 233 | 43 | 114 | 0 | 47 | 421 | 75 | 46 |
| Binary | 1100101 | 100101 | 10011011 | 100011 | 1001100 | 0 | 100111 | 100010001 | 111101 | 100110 |
Color Harmonies of #65259B
Complementary color
Monochromatic Colors of #65259B
Black with #65259B
Text Example
Text Example
White with #65259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65259B; }
p { color: rgb(101,37,155); }
H1.HeaderClassName
{
color: #65259B;
}
.AnyTagClassName
{
color: #65259B;
}
</style>
background-color css
<style>
a { background-color: #65259B; }
a { background-color: rgb(101,37,155); }
div.DivClassName
{
background-color: #65259B;
}
.BgClassName
{
background-color: #65259B;
}
</style>
border-color css
<style>
span { border-color: #65259B; }
span { border-color: rgb(101,37,155); }
td.TdClassName
{
border-color: #65259B;
}
.TagClassName
{
border-color: #65259B;
}
</style>