Shades of Royal Purple #6143AC
Tints of Royal Purple #6143AC
RGB
CMYK
RGB Variations
Color information
#6143AC (or 0x6143AC) is known color: Royal Purple. HEX triplet: 61, 43 and AC. RGB value is (97,67,172). Sum of RGB (Red+Green+Blue) = 97+67+172=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #6143AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6143AC is #9EBC53. Grayscale: #575757. Windows color (decimal): -10402900 or 11289441. OLE color: 11289441.
HSL color Cylindrical-coordinate representation of color #6143AC: hue angle of 257.14º 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 #6143AC is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 67 | 172 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.33 |
| HSL | 257.14º | 0.44% | 0.47% | - |
| HSV(B) | 257.14º | 0.61% | 0.67% | - |
| XYZ | 14.38 | 9.53 | 40.11 | - |
| YUV | 87.94 | 175.44 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 67 | 172 | 0.44 | 0.61 | 0 | 0.33 | 257.14 | 0.44 | 0.47 |
| Hex | 61 | 43 | AC | 2C | 3D | 0 | 21 | 101 | 2C | 2F |
| Octal | 141 | 103 | 254 | 54 | 75 | 0 | 41 | 401 | 54 | 57 |
| Binary | 1100001 | 1000011 | 10101100 | 101100 | 111101 | 0 | 100001 | 100000001 | 101100 | 101111 |
Color Harmonies of #6143AC
Complementary color
Monochromatic Colors of #6143AC
Black with #6143AC
Text Example
Text Example
White with #6143AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6143AC; }
p { color: rgb(97,67,172); }
H1.HeaderClassName
{
color: #6143AC;
}
.AnyTagClassName
{
color: #6143AC;
}
</style>
background-color css
<style>
a { background-color: #6143AC; }
a { background-color: rgb(97,67,172); }
div.DivClassName
{
background-color: #6143AC;
}
.BgClassName
{
background-color: #6143AC;
}
</style>
border-color css
<style>
span { border-color: #6143AC; }
span { border-color: rgb(97,67,172); }
td.TdClassName
{
border-color: #6143AC;
}
.TagClassName
{
border-color: #6143AC;
}
</style>