Shades of Royal Purple #671C99
Tints of Royal Purple #671C99
RGB
CMYK
RGB Variations
Color information
#671C99 (or 0x671C99) is known color: Royal Purple. HEX triplet: 67, 1C and 99. RGB value is (103,28,153). Sum of RGB (Red+Green+Blue) = 103+28+153=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #671C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671C99 is #98E366. Grayscale: #404040. Windows color (decimal): -10019687 or 10034279. OLE color: 10034279.
HSL color Cylindrical-coordinate representation of color #671C99: hue angle of 276º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #671C99 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 28 | 153 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.4 |
| HSL | 276º | 0.69% | 0.35% | - |
| HSV(B) | 276º | 0.82% | 0.6% | - |
| XYZ | 11.76 | 6.01 | 30.68 | - |
| YUV | 64.68 | 177.85 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 28 | 153 | 0.33 | 0.82 | 0 | 0.4 | 276 | 0.69 | 0.35 |
| Hex | 67 | 1C | 99 | 21 | 52 | 0 | 28 | 114 | 45 | 23 |
| Octal | 147 | 34 | 231 | 41 | 122 | 0 | 50 | 424 | 105 | 43 |
| Binary | 1100111 | 11100 | 10011001 | 100001 | 1010010 | 0 | 101000 | 100010100 | 1000101 | 100011 |
Color Harmonies of #671C99
Complementary color
Monochromatic Colors of #671C99
Black with #671C99
Text Example
Text Example
White with #671C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671C99; }
p { color: rgb(103,28,153); }
H1.HeaderClassName
{
color: #671C99;
}
.AnyTagClassName
{
color: #671C99;
}
</style>
background-color css
<style>
a { background-color: #671C99; }
a { background-color: rgb(103,28,153); }
div.DivClassName
{
background-color: #671C99;
}
.BgClassName
{
background-color: #671C99;
}
</style>
border-color css
<style>
span { border-color: #671C99; }
span { border-color: rgb(103,28,153); }
td.TdClassName
{
border-color: #671C99;
}
.TagClassName
{
border-color: #671C99;
}
</style>