Shades of Royal Purple #603BAC
Tints of Royal Purple #603BAC
RGB
CMYK
RGB Variations
Color information
#603BAC (or 0x603BAC) is known color: Royal Purple. HEX triplet: 60, 3B and AC. RGB value is (96,59,172). Sum of RGB (Red+Green+Blue) = 96+59+172=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #603BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603BAC is #9FC453. Grayscale: #525252. Windows color (decimal): -10470484 or 11287392. OLE color: 11287392.
HSL color Cylindrical-coordinate representation of color #603BAC: hue angle of 259.65º 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 #603BAC is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 59 | 172 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.33 |
| HSL | 259.65º | 0.49% | 0.45% | - |
| HSV(B) | 259.65º | 0.66% | 0.67% | - |
| XYZ | 13.83 | 8.59 | 39.96 | - |
| YUV | 82.95 | 178.26 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 59 | 172 | 0.44 | 0.66 | 0 | 0.33 | 259.65 | 0.49 | 0.45 |
| Hex | 60 | 3B | AC | 2C | 42 | 0 | 21 | 104 | 31 | 2D |
| Octal | 140 | 73 | 254 | 54 | 102 | 0 | 41 | 404 | 61 | 55 |
| Binary | 1100000 | 111011 | 10101100 | 101100 | 1000010 | 0 | 100001 | 100000100 | 110001 | 101101 |
Color Harmonies of #603BAC
Complementary color
Monochromatic Colors of #603BAC
Black with #603BAC
Text Example
Text Example
White with #603BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603BAC; }
p { color: rgb(96,59,172); }
H1.HeaderClassName
{
color: #603BAC;
}
.AnyTagClassName
{
color: #603BAC;
}
</style>
background-color css
<style>
a { background-color: #603BAC; }
a { background-color: rgb(96,59,172); }
div.DivClassName
{
background-color: #603BAC;
}
.BgClassName
{
background-color: #603BAC;
}
</style>
border-color css
<style>
span { border-color: #603BAC; }
span { border-color: rgb(96,59,172); }
td.TdClassName
{
border-color: #603BAC;
}
.TagClassName
{
border-color: #603BAC;
}
</style>