Shades of Royal Purple #6541AB
Tints of Royal Purple #6541AB
RGB
CMYK
RGB Variations
Color information
#6541AB (or 0x6541AB) is known color: Royal Purple. HEX triplet: 65, 41 and AB. RGB value is (101,65,171). Sum of RGB (Red+Green+Blue) = 101+65+171=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #6541AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6541AB is #9ABE54. Grayscale: #575757. Windows color (decimal): -10141269 or 11223397. OLE color: 11223397.
HSL color Cylindrical-coordinate representation of color #6541AB: hue angle of 260.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 #6541AB is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 65 | 171 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.33 |
| HSL | 260.38º | 0.45% | 0.46% | - |
| HSV(B) | 260.38º | 0.62% | 0.67% | - |
| XYZ | 14.61 | 9.49 | 39.59 | - |
| YUV | 87.85 | 174.93 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 65 | 171 | 0.41 | 0.62 | 0 | 0.33 | 260.38 | 0.45 | 0.46 |
| Hex | 65 | 41 | AB | 29 | 3E | 0 | 21 | 104 | 2D | 2E |
| Octal | 145 | 101 | 253 | 51 | 76 | 0 | 41 | 404 | 55 | 56 |
| Binary | 1100101 | 1000001 | 10101011 | 101001 | 111110 | 0 | 100001 | 100000100 | 101101 | 101110 |
Color Harmonies of #6541AB
Complementary color
Monochromatic Colors of #6541AB
Black with #6541AB
Text Example
Text Example
White with #6541AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6541AB; }
p { color: rgb(101,65,171); }
H1.HeaderClassName
{
color: #6541AB;
}
.AnyTagClassName
{
color: #6541AB;
}
</style>
background-color css
<style>
a { background-color: #6541AB; }
a { background-color: rgb(101,65,171); }
div.DivClassName
{
background-color: #6541AB;
}
.BgClassName
{
background-color: #6541AB;
}
</style>
border-color css
<style>
span { border-color: #6541AB; }
span { border-color: rgb(101,65,171); }
td.TdClassName
{
border-color: #6541AB;
}
.TagClassName
{
border-color: #6541AB;
}
</style>