Shades of Royal Purple #6143AB
Tints of Royal Purple #6143AB
RGB
CMYK
RGB Variations
Color information
#6143AB (or 0x6143AB) is known color: Royal Purple. HEX triplet: 61, 43 and AB. RGB value is (97,67,171). Sum of RGB (Red+Green+Blue) = 97+67+171=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #6143AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6143AB is #9EBC54. Grayscale: #575757. Windows color (decimal): -10402901 or 11223905. OLE color: 11223905.
HSL color Cylindrical-coordinate representation of color #6143AB: hue angle of 257.31º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6143AB is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 67 | 171 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.33 |
| HSL | 257.31º | 0.44% | 0.47% | - |
| HSV(B) | 257.31º | 0.61% | 0.67% | - |
| XYZ | 14.29 | 9.5 | 39.61 | - |
| YUV | 87.83 | 174.94 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 67 | 171 | 0.43 | 0.61 | 0 | 0.33 | 257.31 | 0.44 | 0.47 |
| Hex | 61 | 43 | AB | 2B | 3D | 0 | 21 | 101 | 2C | 2F |
| Octal | 141 | 103 | 253 | 53 | 75 | 0 | 41 | 401 | 54 | 57 |
| Binary | 1100001 | 1000011 | 10101011 | 101011 | 111101 | 0 | 100001 | 100000001 | 101100 | 101111 |
Color Harmonies of #6143AB
Complementary color
Monochromatic Colors of #6143AB
Black with #6143AB
Text Example
Text Example
White with #6143AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6143AB; }
p { color: rgb(97,67,171); }
H1.HeaderClassName
{
color: #6143AB;
}
.AnyTagClassName
{
color: #6143AB;
}
</style>
background-color css
<style>
a { background-color: #6143AB; }
a { background-color: rgb(97,67,171); }
div.DivClassName
{
background-color: #6143AB;
}
.BgClassName
{
background-color: #6143AB;
}
</style>
border-color css
<style>
span { border-color: #6143AB; }
span { border-color: rgb(97,67,171); }
td.TdClassName
{
border-color: #6143AB;
}
.TagClassName
{
border-color: #6143AB;
}
</style>