Shades of Royal Purple #6041AC
Tints of Royal Purple #6041AC
RGB
CMYK
RGB Variations
Color information
#6041AC (or 0x6041AC) is known color: Royal Purple. HEX triplet: 60, 41 and AC. RGB value is (96,65,172). Sum of RGB (Red+Green+Blue) = 96+65+172=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #6041AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6041AC is #9FBE53. Grayscale: #565656. Windows color (decimal): -10468948 or 11288928. OLE color: 11288928.
HSL color Cylindrical-coordinate representation of color #6041AC: hue angle of 257.38º 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 #6041AC is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 65 | 172 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.33 |
| HSL | 257.38º | 0.45% | 0.46% | - |
| HSV(B) | 257.38º | 0.62% | 0.67% | - |
| XYZ | 14.16 | 9.25 | 40.07 | - |
| YUV | 86.47 | 176.27 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 172 | 0.44 | 0.62 | 0 | 0.33 | 257.38 | 0.45 | 0.46 |
| Hex | 60 | 41 | AC | 2C | 3E | 0 | 21 | 101 | 2D | 2E |
| Octal | 140 | 101 | 254 | 54 | 76 | 0 | 41 | 401 | 55 | 56 |
| Binary | 1100000 | 1000001 | 10101100 | 101100 | 111110 | 0 | 100001 | 100000001 | 101101 | 101110 |
Color Harmonies of #6041AC
Complementary color
Monochromatic Colors of #6041AC
Black with #6041AC
Text Example
Text Example
White with #6041AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6041AC; }
p { color: rgb(96,65,172); }
H1.HeaderClassName
{
color: #6041AC;
}
.AnyTagClassName
{
color: #6041AC;
}
</style>
background-color css
<style>
a { background-color: #6041AC; }
a { background-color: rgb(96,65,172); }
div.DivClassName
{
background-color: #6041AC;
}
.BgClassName
{
background-color: #6041AC;
}
</style>
border-color css
<style>
span { border-color: #6041AC; }
span { border-color: rgb(96,65,172); }
td.TdClassName
{
border-color: #6041AC;
}
.TagClassName
{
border-color: #6041AC;
}
</style>