Shades of Royal Purple #65469A
Tints of Royal Purple #65469A
RGB
CMYK
RGB Variations
Color information
#65469A (or 0x65469A) is known color: Royal Purple. HEX triplet: 65, 46 and 9A. RGB value is (101,70,154). Sum of RGB (Red+Green+Blue) = 101+70+154=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 154 - color contains mainly: blue. Hex color #65469A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65469A is #9AB965. Grayscale: #585858. Windows color (decimal): -10140006 or 10110565. OLE color: 10110565.
HSL color Cylindrical-coordinate representation of color #65469A: hue angle of 262.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65469A is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 70 | 154 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.40 |
| HSL | 262.14º | 0.38% | 0.44% | - |
| HSV(B) | 262.14º | 0.55% | 0.6% | - |
| XYZ | 13.39 | 9.48 | 31.7 | - |
| YUV | 88.85 | 164.77 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 70 | 154 | 0.34 | 0.55 | 0 | 0.40 | 262.14 | 0.38 | 0.44 |
| Hex | 65 | 46 | 9A | 22 | 37 | 0 | 28 | 106 | 26 | 2C |
| Octal | 145 | 106 | 232 | 42 | 67 | 0 | 50 | 406 | 46 | 54 |
| Binary | 1100101 | 1000110 | 10011010 | 100010 | 110111 | 0 | 101000 | 100000110 | 100110 | 101100 |
Color Harmonies of #65469A
Complementary color
Monochromatic Colors of #65469A
Black with #65469A
Text Example
Text Example
White with #65469A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65469A; }
p { color: rgb(101,70,154); }
H1.HeaderClassName
{
color: #65469A;
}
.AnyTagClassName
{
color: #65469A;
}
</style>
background-color css
<style>
a { background-color: #65469A; }
a { background-color: rgb(101,70,154); }
div.DivClassName
{
background-color: #65469A;
}
.BgClassName
{
background-color: #65469A;
}
</style>
border-color css
<style>
span { border-color: #65469A; }
span { border-color: rgb(101,70,154); }
td.TdClassName
{
border-color: #65469A;
}
.TagClassName
{
border-color: #65469A;
}
</style>