Shades of Royal Purple #6041AB
Tints of Royal Purple #6041AB
RGB
CMYK
RGB Variations
Color information
#6041AB (or 0x6041AB) is known color: Royal Purple. HEX triplet: 60, 41 and AB. RGB value is (96,65,171). Sum of RGB (Red+Green+Blue) = 96+65+171=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #6041AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6041AB is #9FBE54. Grayscale: #555555. Windows color (decimal): -10468949 or 11223392. OLE color: 11223392.
HSL color Cylindrical-coordinate representation of color #6041AB: hue angle of 257.55º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6041AB is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 65 | 171 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.33 |
| HSL | 257.55º | 0.45% | 0.46% | - |
| HSV(B) | 257.55º | 0.62% | 0.67% | - |
| XYZ | 14.06 | 9.21 | 39.56 | - |
| YUV | 86.35 | 175.77 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 171 | 0.44 | 0.62 | 0 | 0.33 | 257.55 | 0.45 | 0.46 |
| Hex | 60 | 41 | AB | 2C | 3E | 0 | 21 | 102 | 2D | 2E |
| Octal | 140 | 101 | 253 | 54 | 76 | 0 | 41 | 402 | 55 | 56 |
| Binary | 1100000 | 1000001 | 10101011 | 101100 | 111110 | 0 | 100001 | 100000010 | 101101 | 101110 |
Color Harmonies of #6041AB
Complementary color
Monochromatic Colors of #6041AB
Black with #6041AB
Text Example
Text Example
White with #6041AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6041AB; }
p { color: rgb(96,65,171); }
H1.HeaderClassName
{
color: #6041AB;
}
.AnyTagClassName
{
color: #6041AB;
}
</style>
background-color css
<style>
a { background-color: #6041AB; }
a { background-color: rgb(96,65,171); }
div.DivClassName
{
background-color: #6041AB;
}
.BgClassName
{
background-color: #6041AB;
}
</style>
border-color css
<style>
span { border-color: #6041AB; }
span { border-color: rgb(96,65,171); }
td.TdClassName
{
border-color: #6041AB;
}
.TagClassName
{
border-color: #6041AB;
}
</style>