Shades of Royal Purple #65279C
Tints of Royal Purple #65279C
RGB
CMYK
RGB Variations
Color information
#65279C (or 0x65279C) is known color: Royal Purple. HEX triplet: 65, 27 and 9C. RGB value is (101,39,156). Sum of RGB (Red+Green+Blue) = 101+39+156=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #65279C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65279C is #9AD863. Grayscale: #464646. Windows color (decimal): -10147940 or 10233701. OLE color: 10233701.
HSL color Cylindrical-coordinate representation of color #65279C: hue angle of 271.79º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65279C is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 39 | 156 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.39 |
| HSL | 271.79º | 0.6% | 0.38% | - |
| HSV(B) | 271.79º | 0.75% | 0.61% | - |
| XYZ | 12.09 | 6.62 | 32.09 | - |
| YUV | 70.88 | 176.04 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 39 | 156 | 0.35 | 0.75 | 0 | 0.39 | 271.79 | 0.6 | 0.38 |
| Hex | 65 | 27 | 9C | 23 | 4B | 0 | 27 | 110 | 3C | 26 |
| Octal | 145 | 47 | 234 | 43 | 113 | 0 | 47 | 420 | 74 | 46 |
| Binary | 1100101 | 100111 | 10011100 | 100011 | 1001011 | 0 | 100111 | 100010000 | 111100 | 100110 |
Color Harmonies of #65279C
Complementary color
Monochromatic Colors of #65279C
Black with #65279C
Text Example
Text Example
White with #65279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65279C; }
p { color: rgb(101,39,156); }
H1.HeaderClassName
{
color: #65279C;
}
.AnyTagClassName
{
color: #65279C;
}
</style>
background-color css
<style>
a { background-color: #65279C; }
a { background-color: rgb(101,39,156); }
div.DivClassName
{
background-color: #65279C;
}
.BgClassName
{
background-color: #65279C;
}
</style>
border-color css
<style>
span { border-color: #65279C; }
span { border-color: rgb(101,39,156); }
td.TdClassName
{
border-color: #65279C;
}
.TagClassName
{
border-color: #65279C;
}
</style>