Shades of Royal Purple #6029A1
Tints of Royal Purple #6029A1
RGB
CMYK
RGB Variations
Color information
#6029A1 (or 0x6029A1) is known color: Royal Purple. HEX triplet: 60, 29 and A1. RGB value is (96,41,161). Sum of RGB (Red+Green+Blue) = 96+41+161=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 161 (63.28% from 255 or 54.03% from 298); Max value from RGB is 161 - color contains mainly: blue. Hex color #6029A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6029A1 is #9FD65E. Grayscale: #464646. Windows color (decimal): -10475103 or 10561888. OLE color: 10561888.
HSL color Cylindrical-coordinate representation of color #6029A1: hue angle of 267.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6029A1 is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 41 | 161 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.37 |
| HSL | 267.5º | 0.59% | 0.4% | - |
| HSV(B) | 267.5º | 0.75% | 0.63% | - |
| XYZ | 12.05 | 6.65 | 34.37 | - |
| YUV | 71.13 | 178.72 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 41 | 161 | 0.40 | 0.75 | 0 | 0.37 | 267.5 | 0.59 | 0.4 |
| Hex | 60 | 29 | A1 | 28 | 4B | 0 | 25 | 10C | 3B | 28 |
| Octal | 140 | 51 | 241 | 50 | 113 | 0 | 45 | 414 | 73 | 50 |
| Binary | 1100000 | 101001 | 10100001 | 101000 | 1001011 | 0 | 100101 | 100001100 | 111011 | 101000 |
Color Harmonies of #6029A1
Complementary color
Monochromatic Colors of #6029A1
Black with #6029A1
Text Example
Text Example
White with #6029A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6029A1; }
p { color: rgb(96,41,161); }
H1.HeaderClassName
{
color: #6029A1;
}
.AnyTagClassName
{
color: #6029A1;
}
</style>
background-color css
<style>
a { background-color: #6029A1; }
a { background-color: rgb(96,41,161); }
div.DivClassName
{
background-color: #6029A1;
}
.BgClassName
{
background-color: #6029A1;
}
</style>
border-color css
<style>
span { border-color: #6029A1; }
span { border-color: rgb(96,41,161); }
td.TdClassName
{
border-color: #6029A1;
}
.TagClassName
{
border-color: #6029A1;
}
</style>