Shades of Royal Purple #6143A0
Tints of Royal Purple #6143A0
RGB
CMYK
RGB Variations
Color information
#6143A0 (or 0x6143A0) is known color: Royal Purple. HEX triplet: 61, 43 and A0. RGB value is (97,67,160). Sum of RGB (Red+Green+Blue) = 97+67+160=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 160 (62.89% from 255 or 49.38% from 324); Max value from RGB is 160 - color contains mainly: blue. Hex color #6143A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6143A0 is #9EBC5F. Grayscale: #565656. Windows color (decimal): -10402912 or 10503009. OLE color: 10503009.
HSL color Cylindrical-coordinate representation of color #6143A0: hue angle of 259.35º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6143A0 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 67 | 160 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.37 |
| HSL | 259.35º | 0.41% | 0.45% | - |
| HSV(B) | 259.35º | 0.58% | 0.63% | - |
| XYZ | 13.28 | 9.09 | 34.31 | - |
| YUV | 86.57 | 169.44 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 67 | 160 | 0.39 | 0.58 | 0 | 0.37 | 259.35 | 0.41 | 0.45 |
| Hex | 61 | 43 | A0 | 27 | 3A | 0 | 25 | 103 | 29 | 2D |
| Octal | 141 | 103 | 240 | 47 | 72 | 0 | 45 | 403 | 51 | 55 |
| Binary | 1100001 | 1000011 | 10100000 | 100111 | 111010 | 0 | 100101 | 100000011 | 101001 | 101101 |
Color Harmonies of #6143A0
Complementary color
Monochromatic Colors of #6143A0
Black with #6143A0
Text Example
Text Example
White with #6143A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6143A0; }
p { color: rgb(97,67,160); }
H1.HeaderClassName
{
color: #6143A0;
}
.AnyTagClassName
{
color: #6143A0;
}
</style>
background-color css
<style>
a { background-color: #6143A0; }
a { background-color: rgb(97,67,160); }
div.DivClassName
{
background-color: #6143A0;
}
.BgClassName
{
background-color: #6143A0;
}
</style>
border-color css
<style>
span { border-color: #6143A0; }
span { border-color: rgb(97,67,160); }
td.TdClassName
{
border-color: #6143A0;
}
.TagClassName
{
border-color: #6143A0;
}
</style>