Shades of Royal Purple #603A9F
Tints of Royal Purple #603A9F
RGB
CMYK
RGB Variations
Color information
#603A9F (or 0x603A9F) is known color: Royal Purple. HEX triplet: 60, 3A and 9F. RGB value is (96,58,159). Sum of RGB (Red+Green+Blue) = 96+58+159=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #603A9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603A9F is #9FC560. Grayscale: #505050. Windows color (decimal): -10470753 or 10435168. OLE color: 10435168.
HSL color Cylindrical-coordinate representation of color #603A9F: hue angle of 262.57º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #603A9F is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 58 | 159 | - |
| CMYK | 0.40 | 0.64 | 0 | 0.38 |
| HSL | 262.57º | 0.47% | 0.43% | - |
| HSV(B) | 262.57º | 0.64% | 0.62% | - |
| XYZ | 12.59 | 8.02 | 33.68 | - |
| YUV | 80.88 | 172.09 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 159 | 0.40 | 0.64 | 0 | 0.38 | 262.57 | 0.47 | 0.43 |
| Hex | 60 | 3A | 9F | 28 | 40 | 0 | 26 | 107 | 2F | 2B |
| Octal | 140 | 72 | 237 | 50 | 100 | 0 | 46 | 407 | 57 | 53 |
| Binary | 1100000 | 111010 | 10011111 | 101000 | 1000000 | 0 | 100110 | 100000111 | 101111 | 101011 |
Color Harmonies of #603A9F
Complementary color
Monochromatic Colors of #603A9F
Black with #603A9F
Text Example
Text Example
White with #603A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603A9F; }
p { color: rgb(96,58,159); }
H1.HeaderClassName
{
color: #603A9F;
}
.AnyTagClassName
{
color: #603A9F;
}
</style>
background-color css
<style>
a { background-color: #603A9F; }
a { background-color: rgb(96,58,159); }
div.DivClassName
{
background-color: #603A9F;
}
.BgClassName
{
background-color: #603A9F;
}
</style>
border-color css
<style>
span { border-color: #603A9F; }
span { border-color: rgb(96,58,159); }
td.TdClassName
{
border-color: #603A9F;
}
.TagClassName
{
border-color: #603A9F;
}
</style>