Shades of Royal Purple #603FB1
Tints of Royal Purple #603FB1
RGB
CMYK
RGB Variations
Color information
#603FB1 (or 0x603FB1) is known color: Royal Purple. HEX triplet: 60, 3F and B1. RGB value is (96,63,177). Sum of RGB (Red+Green+Blue) = 96+63+177=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 177 (69.53% from 255 or 52.68% from 336); Max value from RGB is 177 - color contains mainly: blue. Hex color #603FB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603FB1 is #9FC04E. Grayscale: #555555. Windows color (decimal): -10469455 or 11616096. OLE color: 11616096.
HSL color Cylindrical-coordinate representation of color #603FB1: hue angle of 257.37º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #603FB1 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 63 | 177 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.31 |
| HSL | 257.37º | 0.48% | 0.47% | - |
| HSV(B) | 257.37º | 0.64% | 0.69% | - |
| XYZ | 14.54 | 9.22 | 42.61 | - |
| YUV | 85.86 | 179.43 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 177 | 0.46 | 0.64 | 0 | 0.31 | 257.37 | 0.48 | 0.47 |
| Hex | 60 | 3F | B1 | 2E | 40 | 0 | 1F | 101 | 30 | 2F |
| Octal | 140 | 77 | 261 | 56 | 100 | 0 | 37 | 401 | 60 | 57 |
| Binary | 1100000 | 111111 | 10110001 | 101110 | 1000000 | 0 | 11111 | 100000001 | 110000 | 101111 |
Color Harmonies of #603FB1
Complementary color
Monochromatic Colors of #603FB1
Black with #603FB1
Text Example
Text Example
White with #603FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603FB1; }
p { color: rgb(96,63,177); }
H1.HeaderClassName
{
color: #603FB1;
}
.AnyTagClassName
{
color: #603FB1;
}
</style>
background-color css
<style>
a { background-color: #603FB1; }
a { background-color: rgb(96,63,177); }
div.DivClassName
{
background-color: #603FB1;
}
.BgClassName
{
background-color: #603FB1;
}
</style>
border-color css
<style>
span { border-color: #603FB1; }
span { border-color: rgb(96,63,177); }
td.TdClassName
{
border-color: #603FB1;
}
.TagClassName
{
border-color: #603FB1;
}
</style>