Shades of Royal Purple #603FAA
Tints of Royal Purple #603FAA
RGB
CMYK
RGB Variations
Color information
#603FAA (or 0x603FAA) is known color: Royal Purple. HEX triplet: 60, 3F and AA. RGB value is (96,63,170). Sum of RGB (Red+Green+Blue) = 96+63+170=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #603FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603FAA is #9FC055. Grayscale: #545454. Windows color (decimal): -10469462 or 11157344. OLE color: 11157344.
HSL color Cylindrical-coordinate representation of color #603FAA: hue angle of 258.5º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #603FAA is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 63 | 170 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.33 |
| HSL | 258.5º | 0.46% | 0.46% | - |
| HSV(B) | 258.5º | 0.63% | 0.67% | - |
| XYZ | 13.86 | 8.94 | 39.03 | - |
| YUV | 85.07 | 175.93 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 170 | 0.44 | 0.63 | 0 | 0.33 | 258.5 | 0.46 | 0.46 |
| Hex | 60 | 3F | AA | 2C | 3F | 0 | 21 | 103 | 2E | 2E |
| Octal | 140 | 77 | 252 | 54 | 77 | 0 | 41 | 403 | 56 | 56 |
| Binary | 1100000 | 111111 | 10101010 | 101100 | 111111 | 0 | 100001 | 100000011 | 101110 | 101110 |
Color Harmonies of #603FAA
Complementary color
Monochromatic Colors of #603FAA
Black with #603FAA
Text Example
Text Example
White with #603FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603FAA; }
p { color: rgb(96,63,170); }
H1.HeaderClassName
{
color: #603FAA;
}
.AnyTagClassName
{
color: #603FAA;
}
</style>
background-color css
<style>
a { background-color: #603FAA; }
a { background-color: rgb(96,63,170); }
div.DivClassName
{
background-color: #603FAA;
}
.BgClassName
{
background-color: #603FAA;
}
</style>
border-color css
<style>
span { border-color: #603FAA; }
span { border-color: rgb(96,63,170); }
td.TdClassName
{
border-color: #603FAA;
}
.TagClassName
{
border-color: #603FAA;
}
</style>