Shades of Royal Purple #601FA0
Tints of Royal Purple #601FA0
RGB
CMYK
RGB Variations
Color information
#601FA0 (or 0x601FA0) is known color: Royal Purple. HEX triplet: 60, 1F and A0. RGB value is (96,31,160). Sum of RGB (Red+Green+Blue) = 96+31+160=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 160 (62.89% from 255 or 55.75% from 287); Max value from RGB is 160 - color contains mainly: blue. Hex color #601FA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #601FA0 is #9FE05F. Grayscale: #404040. Windows color (decimal): -10477664 or 10493792. OLE color: 10493792.
HSL color Cylindrical-coordinate representation of color #601FA0: hue angle of 270.23º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #601FA0 is Cyan = 0.4, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 31 | 160 | - |
| CMYK | 0.4 | 0.81 | 0 | 0.37 |
| HSL | 270.23º | 0.68% | 0.37% | - |
| HSV(B) | 270.23º | 0.81% | 0.63% | - |
| XYZ | 11.66 | 6 | 33.8 | - |
| YUV | 65.14 | 181.53 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 31 | 160 | 0.4 | 0.81 | 0 | 0.37 | 270.23 | 0.68 | 0.37 |
| Hex | 60 | 1F | A0 | 28 | 51 | 0 | 25 | 10E | 44 | 25 |
| Octal | 140 | 37 | 240 | 50 | 121 | 0 | 45 | 416 | 104 | 45 |
| Binary | 1100000 | 11111 | 10100000 | 101000 | 1010001 | 0 | 100101 | 100001110 | 1000100 | 100101 |
Color Harmonies of #601FA0
Complementary color
Monochromatic Colors of #601FA0
Black with #601FA0
Text Example
Text Example
White with #601FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601FA0; }
p { color: rgb(96,31,160); }
H1.HeaderClassName
{
color: #601FA0;
}
.AnyTagClassName
{
color: #601FA0;
}
</style>
background-color css
<style>
a { background-color: #601FA0; }
a { background-color: rgb(96,31,160); }
div.DivClassName
{
background-color: #601FA0;
}
.BgClassName
{
background-color: #601FA0;
}
</style>
border-color css
<style>
span { border-color: #601FA0; }
span { border-color: rgb(96,31,160); }
td.TdClassName
{
border-color: #601FA0;
}
.TagClassName
{
border-color: #601FA0;
}
</style>