Shades of Royal Purple #65289C
Tints of Royal Purple #65289C
RGB
CMYK
RGB Variations
Color information
#65289C (or 0x65289C) is known color: Royal Purple. HEX triplet: 65, 28 and 9C. RGB value is (101,40,156). Sum of RGB (Red+Green+Blue) = 101+40+156=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #65289C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65289C is #9AD763. Grayscale: #474747. Windows color (decimal): -10147684 or 10233957. OLE color: 10233957.
HSL color Cylindrical-coordinate representation of color #65289C: hue angle of 271.55º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #65289C is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 40 | 156 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.39 |
| HSL | 271.55º | 0.59% | 0.38% | - |
| HSV(B) | 271.55º | 0.74% | 0.61% | - |
| XYZ | 12.13 | 6.68 | 32.1 | - |
| YUV | 71.46 | 175.71 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 156 | 0.35 | 0.74 | 0 | 0.39 | 271.55 | 0.59 | 0.38 |
| Hex | 65 | 28 | 9C | 23 | 4A | 0 | 27 | 110 | 3B | 26 |
| Octal | 145 | 50 | 234 | 43 | 112 | 0 | 47 | 420 | 73 | 46 |
| Binary | 1100101 | 101000 | 10011100 | 100011 | 1001010 | 0 | 100111 | 100010000 | 111011 | 100110 |
Color Harmonies of #65289C
Complementary color
Monochromatic Colors of #65289C
Black with #65289C
Text Example
Text Example
White with #65289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65289C; }
p { color: rgb(101,40,156); }
H1.HeaderClassName
{
color: #65289C;
}
.AnyTagClassName
{
color: #65289C;
}
</style>
background-color css
<style>
a { background-color: #65289C; }
a { background-color: rgb(101,40,156); }
div.DivClassName
{
background-color: #65289C;
}
.BgClassName
{
background-color: #65289C;
}
</style>
border-color css
<style>
span { border-color: #65289C; }
span { border-color: rgb(101,40,156); }
td.TdClassName
{
border-color: #65289C;
}
.TagClassName
{
border-color: #65289C;
}
</style>