Shades of Royal Purple #603CA3
Tints of Royal Purple #603CA3
RGB
CMYK
RGB Variations
Color information
#603CA3 (or 0x603CA3) is known color: Royal Purple. HEX triplet: 60, 3C and A3. RGB value is (96,60,163). Sum of RGB (Red+Green+Blue) = 96+60+163=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 163 (64.06% from 255 or 51.10% from 319); Max value from RGB is 163 - color contains mainly: blue. Hex color #603CA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603CA3 is #9FC35C. Grayscale: #525252. Windows color (decimal): -10470237 or 10697824. OLE color: 10697824.
HSL color Cylindrical-coordinate representation of color #603CA3: hue angle of 260.97º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #603CA3 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 60 | 163 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.36 |
| HSL | 260.97º | 0.46% | 0.44% | - |
| HSV(B) | 260.97º | 0.63% | 0.64% | - |
| XYZ | 13.05 | 8.36 | 35.58 | - |
| YUV | 82.51 | 173.43 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 163 | 0.41 | 0.63 | 0 | 0.36 | 260.97 | 0.46 | 0.44 |
| Hex | 60 | 3C | A3 | 29 | 3F | 0 | 24 | 105 | 2E | 2C |
| Octal | 140 | 74 | 243 | 51 | 77 | 0 | 44 | 405 | 56 | 54 |
| Binary | 1100000 | 111100 | 10100011 | 101001 | 111111 | 0 | 100100 | 100000101 | 101110 | 101100 |
Color Harmonies of #603CA3
Complementary color
Monochromatic Colors of #603CA3
Black with #603CA3
Text Example
Text Example
White with #603CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603CA3; }
p { color: rgb(96,60,163); }
H1.HeaderClassName
{
color: #603CA3;
}
.AnyTagClassName
{
color: #603CA3;
}
</style>
background-color css
<style>
a { background-color: #603CA3; }
a { background-color: rgb(96,60,163); }
div.DivClassName
{
background-color: #603CA3;
}
.BgClassName
{
background-color: #603CA3;
}
</style>
border-color css
<style>
span { border-color: #603CA3; }
span { border-color: rgb(96,60,163); }
td.TdClassName
{
border-color: #603CA3;
}
.TagClassName
{
border-color: #603CA3;
}
</style>