Shades of Royal Purple #65469C
Tints of Royal Purple #65469C
RGB
CMYK
RGB Variations
Color information
#65469C (or 0x65469C) is known color: Royal Purple. HEX triplet: 65, 46 and 9C. RGB value is (101,70,156). Sum of RGB (Red+Green+Blue) = 101+70+156=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #65469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65469C is #9AB963. Grayscale: #585858. Windows color (decimal): -10140004 or 10241637. OLE color: 10241637.
HSL color Cylindrical-coordinate representation of color #65469C: hue angle of 261.63º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65469C is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 70 | 156 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.39 |
| HSL | 261.63º | 0.38% | 0.44% | - |
| HSV(B) | 261.63º | 0.55% | 0.61% | - |
| XYZ | 13.56 | 9.55 | 32.58 | - |
| YUV | 89.07 | 165.77 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 70 | 156 | 0.35 | 0.55 | 0 | 0.39 | 261.63 | 0.38 | 0.44 |
| Hex | 65 | 46 | 9C | 23 | 37 | 0 | 27 | 106 | 26 | 2C |
| Octal | 145 | 106 | 234 | 43 | 67 | 0 | 47 | 406 | 46 | 54 |
| Binary | 1100101 | 1000110 | 10011100 | 100011 | 110111 | 0 | 100111 | 100000110 | 100110 | 101100 |
Color Harmonies of #65469C
Complementary color
Monochromatic Colors of #65469C
Black with #65469C
Text Example
Text Example
White with #65469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65469C; }
p { color: rgb(101,70,156); }
H1.HeaderClassName
{
color: #65469C;
}
.AnyTagClassName
{
color: #65469C;
}
</style>
background-color css
<style>
a { background-color: #65469C; }
a { background-color: rgb(101,70,156); }
div.DivClassName
{
background-color: #65469C;
}
.BgClassName
{
background-color: #65469C;
}
</style>
border-color css
<style>
span { border-color: #65469C; }
span { border-color: rgb(101,70,156); }
td.TdClassName
{
border-color: #65469C;
}
.TagClassName
{
border-color: #65469C;
}
</style>