Shades of Royal Purple #65309A
Tints of Royal Purple #65309A
RGB
CMYK
RGB Variations
Color information
#65309A (or 0x65309A) is known color: Royal Purple. HEX triplet: 65, 30 and 9A. RGB value is (101,48,154). Sum of RGB (Red+Green+Blue) = 101+48+154=303 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.33% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 154 (60.55% from 255 or 50.83% from 303); Max value from RGB is 154 - color contains mainly: blue. Hex color #65309A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65309A is #9ACF65. Grayscale: #4B4B4B. Windows color (decimal): -10145638 or 10104933. OLE color: 10104933.
HSL color Cylindrical-coordinate representation of color #65309A: hue angle of 270º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #65309A is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 48 | 154 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.40 |
| HSL | 270º | 0.52% | 0.4% | - |
| HSV(B) | 270º | 0.69% | 0.6% | - |
| XYZ | 12.26 | 7.21 | 31.32 | - |
| YUV | 75.93 | 172.06 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 48 | 154 | 0.34 | 0.69 | 0 | 0.40 | 270 | 0.52 | 0.4 |
| Hex | 65 | 30 | 9A | 22 | 45 | 0 | 28 | 10E | 34 | 28 |
| Octal | 145 | 60 | 232 | 42 | 105 | 0 | 50 | 416 | 64 | 50 |
| Binary | 1100101 | 110000 | 10011010 | 100010 | 1000101 | 0 | 101000 | 100001110 | 110100 | 101000 |
Color Harmonies of #65309A
Complementary color
Monochromatic Colors of #65309A
Black with #65309A
Text Example
Text Example
White with #65309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65309A; }
p { color: rgb(101,48,154); }
H1.HeaderClassName
{
color: #65309A;
}
.AnyTagClassName
{
color: #65309A;
}
</style>
background-color css
<style>
a { background-color: #65309A; }
a { background-color: rgb(101,48,154); }
div.DivClassName
{
background-color: #65309A;
}
.BgClassName
{
background-color: #65309A;
}
</style>
border-color css
<style>
span { border-color: #65309A; }
span { border-color: rgb(101,48,154); }
td.TdClassName
{
border-color: #65309A;
}
.TagClassName
{
border-color: #65309A;
}
</style>