Shades of Royal Purple #65409B
Tints of Royal Purple #65409B
RGB
CMYK
RGB Variations
Color information
#65409B (or 0x65409B) is known color: Royal Purple. HEX triplet: 65, 40 and 9B. RGB value is (101,64,155). Sum of RGB (Red+Green+Blue) = 101+64+155=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #65409B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65409B is #9ABF64. Grayscale: #555555. Windows color (decimal): -10141541 or 10174565. OLE color: 10174565.
HSL color Cylindrical-coordinate representation of color #65409B: hue angle of 264.4º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65409B is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 64 | 155 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.39 |
| HSL | 264.4º | 0.42% | 0.43% | - |
| HSV(B) | 264.4º | 0.59% | 0.61% | - |
| XYZ | 13.12 | 8.8 | 32.02 | - |
| YUV | 85.44 | 167.26 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 64 | 155 | 0.35 | 0.59 | 0 | 0.39 | 264.4 | 0.42 | 0.43 |
| Hex | 65 | 40 | 9B | 23 | 3B | 0 | 27 | 108 | 2A | 2B |
| Octal | 145 | 100 | 233 | 43 | 73 | 0 | 47 | 410 | 52 | 53 |
| Binary | 1100101 | 1000000 | 10011011 | 100011 | 111011 | 0 | 100111 | 100001000 | 101010 | 101011 |
Color Harmonies of #65409B
Complementary color
Monochromatic Colors of #65409B
Black with #65409B
Text Example
Text Example
White with #65409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65409B; }
p { color: rgb(101,64,155); }
H1.HeaderClassName
{
color: #65409B;
}
.AnyTagClassName
{
color: #65409B;
}
</style>
background-color css
<style>
a { background-color: #65409B; }
a { background-color: rgb(101,64,155); }
div.DivClassName
{
background-color: #65409B;
}
.BgClassName
{
background-color: #65409B;
}
</style>
border-color css
<style>
span { border-color: #65409B; }
span { border-color: rgb(101,64,155); }
td.TdClassName
{
border-color: #65409B;
}
.TagClassName
{
border-color: #65409B;
}
</style>