Shades of Royal Purple #603FAE
Tints of Royal Purple #603FAE
RGB
CMYK
RGB Variations
Color information
#603FAE (or 0x603FAE) is known color: Royal Purple. HEX triplet: 60, 3F and AE. RGB value is (96,63,174). Sum of RGB (Red+Green+Blue) = 96+63+174=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #603FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603FAE is #9FC051. Grayscale: #555555. Windows color (decimal): -10469458 or 11419488. OLE color: 11419488.
HSL color Cylindrical-coordinate representation of color #603FAE: hue angle of 257.84º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #603FAE is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 63 | 174 | - |
| CMYK | 0.45 | 0.64 | 0 | 0.32 |
| HSL | 257.84º | 0.47% | 0.46% | - |
| HSV(B) | 257.84º | 0.64% | 0.68% | - |
| XYZ | 14.24 | 9.1 | 41.05 | - |
| YUV | 85.52 | 177.93 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 174 | 0.45 | 0.64 | 0 | 0.32 | 257.84 | 0.47 | 0.46 |
| Hex | 60 | 3F | AE | 2D | 40 | 0 | 20 | 102 | 2F | 2E |
| Octal | 140 | 77 | 256 | 55 | 100 | 0 | 40 | 402 | 57 | 56 |
| Binary | 1100000 | 111111 | 10101110 | 101101 | 1000000 | 0 | 100000 | 100000010 | 101111 | 101110 |
Color Harmonies of #603FAE
Complementary color
Monochromatic Colors of #603FAE
Black with #603FAE
Text Example
Text Example
White with #603FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603FAE; }
p { color: rgb(96,63,174); }
H1.HeaderClassName
{
color: #603FAE;
}
.AnyTagClassName
{
color: #603FAE;
}
</style>
background-color css
<style>
a { background-color: #603FAE; }
a { background-color: rgb(96,63,174); }
div.DivClassName
{
background-color: #603FAE;
}
.BgClassName
{
background-color: #603FAE;
}
</style>
border-color css
<style>
span { border-color: #603FAE; }
span { border-color: rgb(96,63,174); }
td.TdClassName
{
border-color: #603FAE;
}
.TagClassName
{
border-color: #603FAE;
}
</style>