Shades of Royal Purple #60409F
Tints of Royal Purple #60409F
RGB
CMYK
RGB Variations
Color information
#60409F (or 0x60409F) is known color: Royal Purple. HEX triplet: 60, 40 and 9F. RGB value is (96,64,159). Sum of RGB (Red+Green+Blue) = 96+64+159=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #60409F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60409F is #9FBF60. Grayscale: #545454. Windows color (decimal): -10469217 or 10436704. OLE color: 10436704.
HSL color Cylindrical-coordinate representation of color #60409F: hue angle of 260.21º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60409F is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 64 | 159 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.38 |
| HSL | 260.21º | 0.43% | 0.44% | - |
| HSV(B) | 260.21º | 0.6% | 0.62% | - |
| XYZ | 12.92 | 8.66 | 33.79 | - |
| YUV | 84.4 | 170.1 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 64 | 159 | 0.40 | 0.60 | 0 | 0.38 | 260.21 | 0.43 | 0.44 |
| Hex | 60 | 40 | 9F | 28 | 3C | 0 | 26 | 104 | 2B | 2C |
| Octal | 140 | 100 | 237 | 50 | 74 | 0 | 46 | 404 | 53 | 54 |
| Binary | 1100000 | 1000000 | 10011111 | 101000 | 111100 | 0 | 100110 | 100000100 | 101011 | 101100 |
Color Harmonies of #60409F
Complementary color
Monochromatic Colors of #60409F
Black with #60409F
Text Example
Text Example
White with #60409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60409F; }
p { color: rgb(96,64,159); }
H1.HeaderClassName
{
color: #60409F;
}
.AnyTagClassName
{
color: #60409F;
}
</style>
background-color css
<style>
a { background-color: #60409F; }
a { background-color: rgb(96,64,159); }
div.DivClassName
{
background-color: #60409F;
}
.BgClassName
{
background-color: #60409F;
}
</style>
border-color css
<style>
span { border-color: #60409F; }
span { border-color: rgb(96,64,159); }
td.TdClassName
{
border-color: #60409F;
}
.TagClassName
{
border-color: #60409F;
}
</style>