Shades of Royal Purple #65279A
Tints of Royal Purple #65279A
RGB
CMYK
RGB Variations
Color information
#65279A (or 0x65279A) is known color: Royal Purple. HEX triplet: 65, 27 and 9A. RGB value is (101,39,154). Sum of RGB (Red+Green+Blue) = 101+39+154=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #65279A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65279A is #9AD865. Grayscale: #464646. Windows color (decimal): -10147942 or 10102629. OLE color: 10102629.
HSL color Cylindrical-coordinate representation of color #65279A: hue angle of 272.35º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65279A is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 39 | 154 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.40 |
| HSL | 272.35º | 0.6% | 0.38% | - |
| HSV(B) | 272.35º | 0.75% | 0.6% | - |
| XYZ | 11.93 | 6.55 | 31.21 | - |
| YUV | 70.65 | 175.04 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 39 | 154 | 0.34 | 0.75 | 0 | 0.40 | 272.35 | 0.6 | 0.38 |
| Hex | 65 | 27 | 9A | 22 | 4B | 0 | 28 | 110 | 3C | 26 |
| Octal | 145 | 47 | 232 | 42 | 113 | 0 | 50 | 420 | 74 | 46 |
| Binary | 1100101 | 100111 | 10011010 | 100010 | 1001011 | 0 | 101000 | 100010000 | 111100 | 100110 |
Color Harmonies of #65279A
Complementary color
Monochromatic Colors of #65279A
Black with #65279A
Text Example
Text Example
White with #65279A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65279A; }
p { color: rgb(101,39,154); }
H1.HeaderClassName
{
color: #65279A;
}
.AnyTagClassName
{
color: #65279A;
}
</style>
background-color css
<style>
a { background-color: #65279A; }
a { background-color: rgb(101,39,154); }
div.DivClassName
{
background-color: #65279A;
}
.BgClassName
{
background-color: #65279A;
}
</style>
border-color css
<style>
span { border-color: #65279A; }
span { border-color: rgb(101,39,154); }
td.TdClassName
{
border-color: #65279A;
}
.TagClassName
{
border-color: #65279A;
}
</style>