Shades of Royal Purple #6816A1
Tints of Royal Purple #6816A1
RGB
CMYK
RGB Variations
Color information
#6816A1 (or 0x6816A1) is known color: Royal Purple. HEX triplet: 68, 16 and A1. RGB value is (104,22,161). Sum of RGB (Red+Green+Blue) = 104+22+161=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 161 (63.28% from 255 or 56.10% from 287); Max value from RGB is 161 - color contains mainly: blue. Hex color #6816A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6816A1 is #97E95E. Grayscale: #3D3D3D. Windows color (decimal): -9955679 or 10557032. OLE color: 10557032.
HSL color Cylindrical-coordinate representation of color #6816A1: hue angle of 275.4º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6816A1 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 22 | 161 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.37 |
| HSL | 275.4º | 0.76% | 0.36% | - |
| HSV(B) | 275.4º | 0.86% | 0.63% | - |
| XYZ | 12.43 | 6.09 | 34.24 | - |
| YUV | 62.36 | 183.67 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 22 | 161 | 0.35 | 0.86 | 0 | 0.37 | 275.4 | 0.76 | 0.36 |
| Hex | 68 | 16 | A1 | 23 | 56 | 0 | 25 | 113 | 4C | 24 |
| Octal | 150 | 26 | 241 | 43 | 126 | 0 | 45 | 423 | 114 | 44 |
| Binary | 1101000 | 10110 | 10100001 | 100011 | 1010110 | 0 | 100101 | 100010011 | 1001100 | 100100 |
Color Harmonies of #6816A1
Complementary color
Monochromatic Colors of #6816A1
Black with #6816A1
Text Example
Text Example
White with #6816A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6816A1; }
p { color: rgb(104,22,161); }
H1.HeaderClassName
{
color: #6816A1;
}
.AnyTagClassName
{
color: #6816A1;
}
</style>
background-color css
<style>
a { background-color: #6816A1; }
a { background-color: rgb(104,22,161); }
div.DivClassName
{
background-color: #6816A1;
}
.BgClassName
{
background-color: #6816A1;
}
</style>
border-color css
<style>
span { border-color: #6816A1; }
span { border-color: rgb(104,22,161); }
td.TdClassName
{
border-color: #6816A1;
}
.TagClassName
{
border-color: #6816A1;
}
</style>