Shades of Royal Purple #603AAA
Tints of Royal Purple #603AAA
RGB
CMYK
RGB Variations
Color information
#603AAA (or 0x603AAA) is known color: Royal Purple. HEX triplet: 60, 3A and AA. RGB value is (96,58,170). Sum of RGB (Red+Green+Blue) = 96+58+170=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #603AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603AAA is #9FC555. Grayscale: #515151. Windows color (decimal): -10470742 or 11156064. OLE color: 11156064.
HSL color Cylindrical-coordinate representation of color #603AAA: hue angle of 260.36º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #603AAA is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 58 | 170 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.33 |
| HSL | 260.36º | 0.49% | 0.45% | - |
| HSV(B) | 260.36º | 0.66% | 0.67% | - |
| XYZ | 13.59 | 8.42 | 38.94 | - |
| YUV | 82.13 | 177.59 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 170 | 0.44 | 0.66 | 0 | 0.33 | 260.36 | 0.49 | 0.45 |
| Hex | 60 | 3A | AA | 2C | 42 | 0 | 21 | 104 | 31 | 2D |
| Octal | 140 | 72 | 252 | 54 | 102 | 0 | 41 | 404 | 61 | 55 |
| Binary | 1100000 | 111010 | 10101010 | 101100 | 1000010 | 0 | 100001 | 100000100 | 110001 | 101101 |
Color Harmonies of #603AAA
Complementary color
Monochromatic Colors of #603AAA
Black with #603AAA
Text Example
Text Example
White with #603AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603AAA; }
p { color: rgb(96,58,170); }
H1.HeaderClassName
{
color: #603AAA;
}
.AnyTagClassName
{
color: #603AAA;
}
</style>
background-color css
<style>
a { background-color: #603AAA; }
a { background-color: rgb(96,58,170); }
div.DivClassName
{
background-color: #603AAA;
}
.BgClassName
{
background-color: #603AAA;
}
</style>
border-color css
<style>
span { border-color: #603AAA; }
span { border-color: rgb(96,58,170); }
td.TdClassName
{
border-color: #603AAA;
}
.TagClassName
{
border-color: #603AAA;
}
</style>