Shades of Royal Purple #603BA3
Tints of Royal Purple #603BA3
RGB
CMYK
RGB Variations
Color information
#603BA3 (or 0x603BA3) is known color: Royal Purple. HEX triplet: 60, 3B and A3. RGB value is (96,59,163). Sum of RGB (Red+Green+Blue) = 96+59+163=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 163 (64.06% from 255 or 51.26% from 318); Max value from RGB is 163 - color contains mainly: blue. Hex color #603BA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603BA3 is #9FC45C. Grayscale: #515151. Windows color (decimal): -10470493 or 10697568. OLE color: 10697568.
HSL color Cylindrical-coordinate representation of color #603BA3: hue angle of 261.35º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #603BA3 is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 59 | 163 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.36 |
| HSL | 261.35º | 0.47% | 0.44% | - |
| HSV(B) | 261.35º | 0.64% | 0.64% | - |
| XYZ | 13 | 8.26 | 35.56 | - |
| YUV | 81.92 | 173.76 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 59 | 163 | 0.41 | 0.64 | 0 | 0.36 | 261.35 | 0.47 | 0.44 |
| Hex | 60 | 3B | A3 | 29 | 40 | 0 | 24 | 105 | 2F | 2C |
| Octal | 140 | 73 | 243 | 51 | 100 | 0 | 44 | 405 | 57 | 54 |
| Binary | 1100000 | 111011 | 10100011 | 101001 | 1000000 | 0 | 100100 | 100000101 | 101111 | 101100 |
Color Harmonies of #603BA3
Complementary color
Monochromatic Colors of #603BA3
Black with #603BA3
Text Example
Text Example
White with #603BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603BA3; }
p { color: rgb(96,59,163); }
H1.HeaderClassName
{
color: #603BA3;
}
.AnyTagClassName
{
color: #603BA3;
}
</style>
background-color css
<style>
a { background-color: #603BA3; }
a { background-color: rgb(96,59,163); }
div.DivClassName
{
background-color: #603BA3;
}
.BgClassName
{
background-color: #603BA3;
}
</style>
border-color css
<style>
span { border-color: #603BA3; }
span { border-color: rgb(96,59,163); }
td.TdClassName
{
border-color: #603BA3;
}
.TagClassName
{
border-color: #603BA3;
}
</style>