Shades of Royal Purple #603FAC
Tints of Royal Purple #603FAC
RGB
CMYK
RGB Variations
Color information
#603FAC (or 0x603FAC) is known color: Royal Purple. HEX triplet: 60, 3F and AC. RGB value is (96,63,172). Sum of RGB (Red+Green+Blue) = 96+63+172=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #603FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603FAC is #9FC053. Grayscale: #545454. Windows color (decimal): -10469460 or 11288416. OLE color: 11288416.
HSL color Cylindrical-coordinate representation of color #603FAC: hue angle of 258.17º 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 #603FAC is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 63 | 172 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.33 |
| HSL | 258.17º | 0.46% | 0.46% | - |
| HSV(B) | 258.17º | 0.63% | 0.67% | - |
| XYZ | 14.05 | 9.02 | 40.03 | - |
| YUV | 85.29 | 176.93 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 172 | 0.44 | 0.63 | 0 | 0.33 | 258.17 | 0.46 | 0.46 |
| Hex | 60 | 3F | AC | 2C | 3F | 0 | 21 | 102 | 2E | 2E |
| Octal | 140 | 77 | 254 | 54 | 77 | 0 | 41 | 402 | 56 | 56 |
| Binary | 1100000 | 111111 | 10101100 | 101100 | 111111 | 0 | 100001 | 100000010 | 101110 | 101110 |
Color Harmonies of #603FAC
Complementary color
Monochromatic Colors of #603FAC
Black with #603FAC
Text Example
Text Example
White with #603FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603FAC; }
p { color: rgb(96,63,172); }
H1.HeaderClassName
{
color: #603FAC;
}
.AnyTagClassName
{
color: #603FAC;
}
</style>
background-color css
<style>
a { background-color: #603FAC; }
a { background-color: rgb(96,63,172); }
div.DivClassName
{
background-color: #603FAC;
}
.BgClassName
{
background-color: #603FAC;
}
</style>
border-color css
<style>
span { border-color: #603FAC; }
span { border-color: rgb(96,63,172); }
td.TdClassName
{
border-color: #603FAC;
}
.TagClassName
{
border-color: #603FAC;
}
</style>