Shades of Royal Purple #60409E
Tints of Royal Purple #60409E
RGB
CMYK
RGB Variations
Color information
#60409E (or 0x60409E) is known color: Royal Purple. HEX triplet: 60, 40 and 9E. RGB value is (96,64,158). Sum of RGB (Red+Green+Blue) = 96+64+158=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 158 (62.11% from 255 or 49.69% from 318); Max value from RGB is 158 - color contains mainly: blue. Hex color #60409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60409E is #9FBF61. Grayscale: #535353. Windows color (decimal): -10469218 or 10371168. OLE color: 10371168.
HSL color Cylindrical-coordinate representation of color #60409E: hue angle of 260.43º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60409E is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 64 | 158 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.38 |
| HSL | 260.43º | 0.42% | 0.44% | - |
| HSV(B) | 260.43º | 0.59% | 0.62% | - |
| XYZ | 12.83 | 8.62 | 33.34 | - |
| YUV | 84.28 | 169.6 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 64 | 158 | 0.39 | 0.59 | 0 | 0.38 | 260.43 | 0.42 | 0.44 |
| Hex | 60 | 40 | 9E | 27 | 3B | 0 | 26 | 104 | 2A | 2C |
| Octal | 140 | 100 | 236 | 47 | 73 | 0 | 46 | 404 | 52 | 54 |
| Binary | 1100000 | 1000000 | 10011110 | 100111 | 111011 | 0 | 100110 | 100000100 | 101010 | 101100 |
Color Harmonies of #60409E
Complementary color
Monochromatic Colors of #60409E
Black with #60409E
Text Example
Text Example
White with #60409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60409E; }
p { color: rgb(96,64,158); }
H1.HeaderClassName
{
color: #60409E;
}
.AnyTagClassName
{
color: #60409E;
}
</style>
background-color css
<style>
a { background-color: #60409E; }
a { background-color: rgb(96,64,158); }
div.DivClassName
{
background-color: #60409E;
}
.BgClassName
{
background-color: #60409E;
}
</style>
border-color css
<style>
span { border-color: #60409E; }
span { border-color: rgb(96,64,158); }
td.TdClassName
{
border-color: #60409E;
}
.TagClassName
{
border-color: #60409E;
}
</style>