Shades of Royal Purple #603AA5
Tints of Royal Purple #603AA5
RGB
CMYK
RGB Variations
Color information
#603AA5 (or 0x603AA5) is known color: Royal Purple. HEX triplet: 60, 3A and A5. RGB value is (96,58,165). Sum of RGB (Red+Green+Blue) = 96+58+165=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 165 (64.84% from 255 or 51.72% from 319); Max value from RGB is 165 - color contains mainly: blue. Hex color #603AA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603AA5 is #9FC55A. Grayscale: #515151. Windows color (decimal): -10470747 or 10828384. OLE color: 10828384.
HSL color Cylindrical-coordinate representation of color #603AA5: hue angle of 261.31º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #603AA5 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 58 | 165 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.35 |
| HSL | 261.31º | 0.48% | 0.44% | - |
| HSV(B) | 261.31º | 0.65% | 0.65% | - |
| XYZ | 13.13 | 8.23 | 36.49 | - |
| YUV | 81.56 | 175.09 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 165 | 0.42 | 0.65 | 0 | 0.35 | 261.31 | 0.48 | 0.44 |
| Hex | 60 | 3A | A5 | 2A | 41 | 0 | 23 | 105 | 30 | 2C |
| Octal | 140 | 72 | 245 | 52 | 101 | 0 | 43 | 405 | 60 | 54 |
| Binary | 1100000 | 111010 | 10100101 | 101010 | 1000001 | 0 | 100011 | 100000101 | 110000 | 101100 |
Color Harmonies of #603AA5
Complementary color
Monochromatic Colors of #603AA5
Black with #603AA5
Text Example
Text Example
White with #603AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603AA5; }
p { color: rgb(96,58,165); }
H1.HeaderClassName
{
color: #603AA5;
}
.AnyTagClassName
{
color: #603AA5;
}
</style>
background-color css
<style>
a { background-color: #603AA5; }
a { background-color: rgb(96,58,165); }
div.DivClassName
{
background-color: #603AA5;
}
.BgClassName
{
background-color: #603AA5;
}
</style>
border-color css
<style>
span { border-color: #603AA5; }
span { border-color: rgb(96,58,165); }
td.TdClassName
{
border-color: #603AA5;
}
.TagClassName
{
border-color: #603AA5;
}
</style>