Shades of Royal Purple #60309E
Tints of Royal Purple #60309E
RGB
CMYK
RGB Variations
Color information
#60309E (or 0x60309E) is known color: Royal Purple. HEX triplet: 60, 30 and 9E. RGB value is (96,48,158). Sum of RGB (Red+Green+Blue) = 96+48+158=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #60309E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60309E is #9FCF61. Grayscale: #4A4A4A. Windows color (decimal): -10473314 or 10367072. OLE color: 10367072.
HSL color Cylindrical-coordinate representation of color #60309E: hue angle of 266.18º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60309E is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 48 | 158 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.38 |
| HSL | 266.18º | 0.53% | 0.4% | - |
| HSV(B) | 266.18º | 0.7% | 0.62% | - |
| XYZ | 12.05 | 7.07 | 33.08 | - |
| YUV | 74.89 | 174.9 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 158 | 0.39 | 0.70 | 0 | 0.38 | 266.18 | 0.53 | 0.4 |
| Hex | 60 | 30 | 9E | 27 | 46 | 0 | 26 | 10A | 35 | 28 |
| Octal | 140 | 60 | 236 | 47 | 106 | 0 | 46 | 412 | 65 | 50 |
| Binary | 1100000 | 110000 | 10011110 | 100111 | 1000110 | 0 | 100110 | 100001010 | 110101 | 101000 |
Color Harmonies of #60309E
Complementary color
Monochromatic Colors of #60309E
Black with #60309E
Text Example
Text Example
White with #60309E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60309E; }
p { color: rgb(96,48,158); }
H1.HeaderClassName
{
color: #60309E;
}
.AnyTagClassName
{
color: #60309E;
}
</style>
background-color css
<style>
a { background-color: #60309E; }
a { background-color: rgb(96,48,158); }
div.DivClassName
{
background-color: #60309E;
}
.BgClassName
{
background-color: #60309E;
}
</style>
border-color css
<style>
span { border-color: #60309E; }
span { border-color: rgb(96,48,158); }
td.TdClassName
{
border-color: #60309E;
}
.TagClassName
{
border-color: #60309E;
}
</style>