Shades of Royal Purple #603FA4
Tints of Royal Purple #603FA4
RGB
CMYK
RGB Variations
Color information
#603FA4 (or 0x603FA4) is known color: Royal Purple. HEX triplet: 60, 3F and A4. RGB value is (96,63,164). Sum of RGB (Red+Green+Blue) = 96+63+164=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 164 (64.45% from 255 or 50.77% from 323); Max value from RGB is 164 - color contains mainly: blue. Hex color #603FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603FA4 is #9FC05B. Grayscale: #545454. Windows color (decimal): -10469468 or 10764128. OLE color: 10764128.
HSL color Cylindrical-coordinate representation of color #603FA4: hue angle of 259.6º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #603FA4 is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 63 | 164 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.36 |
| HSL | 259.6º | 0.44% | 0.45% | - |
| HSV(B) | 259.6º | 0.62% | 0.64% | - |
| XYZ | 13.3 | 8.72 | 36.1 | - |
| YUV | 84.38 | 172.93 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 164 | 0.41 | 0.62 | 0 | 0.36 | 259.6 | 0.44 | 0.45 |
| Hex | 60 | 3F | A4 | 29 | 3E | 0 | 24 | 104 | 2C | 2D |
| Octal | 140 | 77 | 244 | 51 | 76 | 0 | 44 | 404 | 54 | 55 |
| Binary | 1100000 | 111111 | 10100100 | 101001 | 111110 | 0 | 100100 | 100000100 | 101100 | 101101 |
Color Harmonies of #603FA4
Complementary color
Monochromatic Colors of #603FA4
Black with #603FA4
Text Example
Text Example
White with #603FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603FA4; }
p { color: rgb(96,63,164); }
H1.HeaderClassName
{
color: #603FA4;
}
.AnyTagClassName
{
color: #603FA4;
}
</style>
background-color css
<style>
a { background-color: #603FA4; }
a { background-color: rgb(96,63,164); }
div.DivClassName
{
background-color: #603FA4;
}
.BgClassName
{
background-color: #603FA4;
}
</style>
border-color css
<style>
span { border-color: #603FA4; }
span { border-color: rgb(96,63,164); }
td.TdClassName
{
border-color: #603FA4;
}
.TagClassName
{
border-color: #603FA4;
}
</style>