Shades of Royal Purple #671D9B
Tints of Royal Purple #671D9B
RGB
CMYK
RGB Variations
Color information
#671D9B (or 0x671D9B) is known color: Royal Purple. HEX triplet: 67, 1D and 9B. RGB value is (103,29,155). Sum of RGB (Red+Green+Blue) = 103+29+155=287 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.89% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #671D9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671D9B is #98E264. Grayscale: #414141. Windows color (decimal): -10019429 or 10165607. OLE color: 10165607.
HSL color Cylindrical-coordinate representation of color #671D9B: hue angle of 275.24º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #671D9B is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 29 | 155 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.39 |
| HSL | 275.24º | 0.68% | 0.36% | - |
| HSV(B) | 275.24º | 0.81% | 0.61% | - |
| XYZ | 11.95 | 6.13 | 31.56 | - |
| YUV | 65.49 | 178.52 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 29 | 155 | 0.34 | 0.81 | 0 | 0.39 | 275.24 | 0.68 | 0.36 |
| Hex | 67 | 1D | 9B | 22 | 51 | 0 | 27 | 113 | 44 | 24 |
| Octal | 147 | 35 | 233 | 42 | 121 | 0 | 47 | 423 | 104 | 44 |
| Binary | 1100111 | 11101 | 10011011 | 100010 | 1010001 | 0 | 100111 | 100010011 | 1000100 | 100100 |
Color Harmonies of #671D9B
Complementary color
Monochromatic Colors of #671D9B
Black with #671D9B
Text Example
Text Example
White with #671D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671D9B; }
p { color: rgb(103,29,155); }
H1.HeaderClassName
{
color: #671D9B;
}
.AnyTagClassName
{
color: #671D9B;
}
</style>
background-color css
<style>
a { background-color: #671D9B; }
a { background-color: rgb(103,29,155); }
div.DivClassName
{
background-color: #671D9B;
}
.BgClassName
{
background-color: #671D9B;
}
</style>
border-color css
<style>
span { border-color: #671D9B; }
span { border-color: rgb(103,29,155); }
td.TdClassName
{
border-color: #671D9B;
}
.TagClassName
{
border-color: #671D9B;
}
</style>