Shades of Royal Purple #603FAF
Tints of Royal Purple #603FAF
RGB
CMYK
RGB Variations
Color information
#603FAF (or 0x603FAF) is known color: Royal Purple. HEX triplet: 60, 3F and AF. RGB value is (96,63,175). Sum of RGB (Red+Green+Blue) = 96+63+175=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #603FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603FAF is #9FC050. Grayscale: #555555. Windows color (decimal): -10469457 or 11485024. OLE color: 11485024.
HSL color Cylindrical-coordinate representation of color #603FAF: hue angle of 257.68º 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 #603FAF is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 63 | 175 | - |
| CMYK | 0.45 | 0.64 | 0 | 0.31 |
| HSL | 257.68º | 0.47% | 0.47% | - |
| HSV(B) | 257.68º | 0.64% | 0.69% | - |
| XYZ | 14.34 | 9.14 | 41.57 | - |
| YUV | 85.64 | 178.43 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 175 | 0.45 | 0.64 | 0 | 0.31 | 257.68 | 0.47 | 0.47 |
| Hex | 60 | 3F | AF | 2D | 40 | 0 | 1F | 102 | 2F | 2F |
| Octal | 140 | 77 | 257 | 55 | 100 | 0 | 37 | 402 | 57 | 57 |
| Binary | 1100000 | 111111 | 10101111 | 101101 | 1000000 | 0 | 11111 | 100000010 | 101111 | 101111 |
Color Harmonies of #603FAF
Complementary color
Monochromatic Colors of #603FAF
Black with #603FAF
Text Example
Text Example
White with #603FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603FAF; }
p { color: rgb(96,63,175); }
H1.HeaderClassName
{
color: #603FAF;
}
.AnyTagClassName
{
color: #603FAF;
}
</style>
background-color css
<style>
a { background-color: #603FAF; }
a { background-color: rgb(96,63,175); }
div.DivClassName
{
background-color: #603FAF;
}
.BgClassName
{
background-color: #603FAF;
}
</style>
border-color css
<style>
span { border-color: #603FAF; }
span { border-color: rgb(96,63,175); }
td.TdClassName
{
border-color: #603FAF;
}
.TagClassName
{
border-color: #603FAF;
}
</style>