Shades of Royal Purple #6741AB
Tints of Royal Purple #6741AB
RGB
CMYK
RGB Variations
Color information
#6741AB (or 0x6741AB) is known color: Royal Purple. HEX triplet: 67, 41 and AB. RGB value is (103,65,171). Sum of RGB (Red+Green+Blue) = 103+65+171=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #6741AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6741AB is #98BE54. Grayscale: #585858. Windows color (decimal): -10010197 or 11223399. OLE color: 11223399.
HSL color Cylindrical-coordinate representation of color #6741AB: hue angle of 261.51º 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 #6741AB is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 65 | 171 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.33 |
| HSL | 261.51º | 0.45% | 0.46% | - |
| HSV(B) | 261.51º | 0.62% | 0.67% | - |
| XYZ | 14.83 | 9.6 | 39.6 | - |
| YUV | 88.45 | 174.59 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 65 | 171 | 0.40 | 0.62 | 0 | 0.33 | 261.51 | 0.45 | 0.46 |
| Hex | 67 | 41 | AB | 28 | 3E | 0 | 21 | 106 | 2D | 2E |
| Octal | 147 | 101 | 253 | 50 | 76 | 0 | 41 | 406 | 55 | 56 |
| Binary | 1100111 | 1000001 | 10101011 | 101000 | 111110 | 0 | 100001 | 100000110 | 101101 | 101110 |
Color Harmonies of #6741AB
Complementary color
Monochromatic Colors of #6741AB
Black with #6741AB
Text Example
Text Example
White with #6741AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6741AB; }
p { color: rgb(103,65,171); }
H1.HeaderClassName
{
color: #6741AB;
}
.AnyTagClassName
{
color: #6741AB;
}
</style>
background-color css
<style>
a { background-color: #6741AB; }
a { background-color: rgb(103,65,171); }
div.DivClassName
{
background-color: #6741AB;
}
.BgClassName
{
background-color: #6741AB;
}
</style>
border-color css
<style>
span { border-color: #6741AB; }
span { border-color: rgb(103,65,171); }
td.TdClassName
{
border-color: #6741AB;
}
.TagClassName
{
border-color: #6741AB;
}
</style>