Shades of Royal Purple #6129A3
Tints of Royal Purple #6129A3
RGB
CMYK
RGB Variations
Color information
#6129A3 (or 0x6129A3) is known color: Royal Purple. HEX triplet: 61, 29 and A3. RGB value is (97,41,163). Sum of RGB (Red+Green+Blue) = 97+41+163=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 163 (64.06% from 255 or 54.15% from 301); Max value from RGB is 163 - color contains mainly: blue. Hex color #6129A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6129A3 is #9ED65C. Grayscale: #474747. Windows color (decimal): -10409565 or 10692961. OLE color: 10692961.
HSL color Cylindrical-coordinate representation of color #6129A3: hue angle of 267.54º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6129A3 is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 41 | 163 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.36 |
| HSL | 267.54º | 0.6% | 0.4% | - |
| HSV(B) | 267.54º | 0.75% | 0.64% | - |
| XYZ | 12.33 | 6.77 | 35.31 | - |
| YUV | 71.65 | 179.55 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 41 | 163 | 0.40 | 0.75 | 0 | 0.36 | 267.54 | 0.6 | 0.4 |
| Hex | 61 | 29 | A3 | 28 | 4B | 0 | 24 | 10C | 3C | 28 |
| Octal | 141 | 51 | 243 | 50 | 113 | 0 | 44 | 414 | 74 | 50 |
| Binary | 1100001 | 101001 | 10100011 | 101000 | 1001011 | 0 | 100100 | 100001100 | 111100 | 101000 |
Color Harmonies of #6129A3
Complementary color
Monochromatic Colors of #6129A3
Black with #6129A3
Text Example
Text Example
White with #6129A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6129A3; }
p { color: rgb(97,41,163); }
H1.HeaderClassName
{
color: #6129A3;
}
.AnyTagClassName
{
color: #6129A3;
}
</style>
background-color css
<style>
a { background-color: #6129A3; }
a { background-color: rgb(97,41,163); }
div.DivClassName
{
background-color: #6129A3;
}
.BgClassName
{
background-color: #6129A3;
}
</style>
border-color css
<style>
span { border-color: #6129A3; }
span { border-color: rgb(97,41,163); }
td.TdClassName
{
border-color: #6129A3;
}
.TagClassName
{
border-color: #6129A3;
}
</style>