Shades of Royal Purple #603CA2
Tints of Royal Purple #603CA2
RGB
CMYK
RGB Variations
Color information
#603CA2 (or 0x603CA2) is known color: Royal Purple. HEX triplet: 60, 3C and A2. RGB value is (96,60,162). Sum of RGB (Red+Green+Blue) = 96+60+162=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 162 (63.67% from 255 or 50.94% from 318); Max value from RGB is 162 - color contains mainly: blue. Hex color #603CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603CA2 is #9FC35D. Grayscale: #525252. Windows color (decimal): -10470238 or 10632288. OLE color: 10632288.
HSL color Cylindrical-coordinate representation of color #603CA2: hue angle of 261.18º 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 #603CA2 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 60 | 162 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.36 |
| HSL | 261.18º | 0.46% | 0.44% | - |
| HSV(B) | 261.18º | 0.63% | 0.64% | - |
| XYZ | 12.96 | 8.33 | 35.11 | - |
| YUV | 82.39 | 172.93 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 162 | 0.41 | 0.63 | 0 | 0.36 | 261.18 | 0.46 | 0.44 |
| Hex | 60 | 3C | A2 | 29 | 3F | 0 | 24 | 105 | 2E | 2C |
| Octal | 140 | 74 | 242 | 51 | 77 | 0 | 44 | 405 | 56 | 54 |
| Binary | 1100000 | 111100 | 10100010 | 101001 | 111111 | 0 | 100100 | 100000101 | 101110 | 101100 |
Color Harmonies of #603CA2
Complementary color
Monochromatic Colors of #603CA2
Black with #603CA2
Text Example
Text Example
White with #603CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603CA2; }
p { color: rgb(96,60,162); }
H1.HeaderClassName
{
color: #603CA2;
}
.AnyTagClassName
{
color: #603CA2;
}
</style>
background-color css
<style>
a { background-color: #603CA2; }
a { background-color: rgb(96,60,162); }
div.DivClassName
{
background-color: #603CA2;
}
.BgClassName
{
background-color: #603CA2;
}
</style>
border-color css
<style>
span { border-color: #603CA2; }
span { border-color: rgb(96,60,162); }
td.TdClassName
{
border-color: #603CA2;
}
.TagClassName
{
border-color: #603CA2;
}
</style>