Shades of Royal Purple #603FAD
Tints of Royal Purple #603FAD
RGB
CMYK
RGB Variations
Color information
#603FAD (or 0x603FAD) is known color: Royal Purple. HEX triplet: 60, 3F and AD. RGB value is (96,63,173). Sum of RGB (Red+Green+Blue) = 96+63+173=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #603FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603FAD is #9FC052. Grayscale: #555555. Windows color (decimal): -10469459 or 11353952. OLE color: 11353952.
HSL color Cylindrical-coordinate representation of color #603FAD: hue angle of 258º 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 #603FAD is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 63 | 173 | - |
| CMYK | 0.45 | 0.64 | 0 | 0.32 |
| HSL | 258º | 0.47% | 0.46% | - |
| HSV(B) | 258º | 0.64% | 0.68% | - |
| XYZ | 14.14 | 9.06 | 40.54 | - |
| YUV | 85.41 | 177.43 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 173 | 0.45 | 0.64 | 0 | 0.32 | 258 | 0.47 | 0.46 |
| Hex | 60 | 3F | AD | 2D | 40 | 0 | 20 | 102 | 2F | 2E |
| Octal | 140 | 77 | 255 | 55 | 100 | 0 | 40 | 402 | 57 | 56 |
| Binary | 1100000 | 111111 | 10101101 | 101101 | 1000000 | 0 | 100000 | 100000010 | 101111 | 101110 |
Color Harmonies of #603FAD
Complementary color
Monochromatic Colors of #603FAD
Black with #603FAD
Text Example
Text Example
White with #603FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603FAD; }
p { color: rgb(96,63,173); }
H1.HeaderClassName
{
color: #603FAD;
}
.AnyTagClassName
{
color: #603FAD;
}
</style>
background-color css
<style>
a { background-color: #603FAD; }
a { background-color: rgb(96,63,173); }
div.DivClassName
{
background-color: #603FAD;
}
.BgClassName
{
background-color: #603FAD;
}
</style>
border-color css
<style>
span { border-color: #603FAD; }
span { border-color: rgb(96,63,173); }
td.TdClassName
{
border-color: #603FAD;
}
.TagClassName
{
border-color: #603FAD;
}
</style>