Shades of Royal Purple #671D98
Tints of Royal Purple #671D98
RGB
CMYK
RGB Variations
Color information
#671D98 (or 0x671D98) is known color: Royal Purple. HEX triplet: 67, 1D and 98. RGB value is (103,29,152). Sum of RGB (Red+Green+Blue) = 103+29+152=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #671D98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671D98 is #98E267. Grayscale: #404040. Windows color (decimal): -10019432 or 9968999. OLE color: 9968999.
HSL color Cylindrical-coordinate representation of color #671D98: hue angle of 276.1º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #671D98 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 29 | 152 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.40 |
| HSL | 276.1º | 0.68% | 0.35% | - |
| HSV(B) | 276.1º | 0.81% | 0.6% | - |
| XYZ | 11.7 | 6.03 | 30.25 | - |
| YUV | 65.15 | 177.02 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 29 | 152 | 0.32 | 0.81 | 0 | 0.40 | 276.1 | 0.68 | 0.35 |
| Hex | 67 | 1D | 98 | 20 | 51 | 0 | 28 | 114 | 44 | 23 |
| Octal | 147 | 35 | 230 | 40 | 121 | 0 | 50 | 424 | 104 | 43 |
| Binary | 1100111 | 11101 | 10011000 | 100000 | 1010001 | 0 | 101000 | 100010100 | 1000100 | 100011 |
Color Harmonies of #671D98
Complementary color
Monochromatic Colors of #671D98
Black with #671D98
Text Example
Text Example
White with #671D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671D98; }
p { color: rgb(103,29,152); }
H1.HeaderClassName
{
color: #671D98;
}
.AnyTagClassName
{
color: #671D98;
}
</style>
background-color css
<style>
a { background-color: #671D98; }
a { background-color: rgb(103,29,152); }
div.DivClassName
{
background-color: #671D98;
}
.BgClassName
{
background-color: #671D98;
}
</style>
border-color css
<style>
span { border-color: #671D98; }
span { border-color: rgb(103,29,152); }
td.TdClassName
{
border-color: #671D98;
}
.TagClassName
{
border-color: #671D98;
}
</style>