Shades of Royal Purple #671C98
Tints of Royal Purple #671C98
RGB
CMYK
RGB Variations
Color information
#671C98 (or 0x671C98) is known color: Royal Purple. HEX triplet: 67, 1C and 98. RGB value is (103,28,152). Sum of RGB (Red+Green+Blue) = 103+28+152=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #671C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671C98 is #98E367. Grayscale: #404040. Windows color (decimal): -10019688 or 9968743. OLE color: 9968743.
HSL color Cylindrical-coordinate representation of color #671C98: hue angle of 276.29º 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 #671C98 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 28 | 152 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.40 |
| HSL | 276.29º | 0.69% | 0.35% | - |
| HSV(B) | 276.29º | 0.82% | 0.6% | - |
| XYZ | 11.68 | 5.98 | 30.24 | - |
| YUV | 64.56 | 177.35 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 28 | 152 | 0.32 | 0.82 | 0 | 0.40 | 276.29 | 0.69 | 0.35 |
| Hex | 67 | 1C | 98 | 20 | 52 | 0 | 28 | 114 | 45 | 23 |
| Octal | 147 | 34 | 230 | 40 | 122 | 0 | 50 | 424 | 105 | 43 |
| Binary | 1100111 | 11100 | 10011000 | 100000 | 1010010 | 0 | 101000 | 100010100 | 1000101 | 100011 |
Color Harmonies of #671C98
Complementary color
Monochromatic Colors of #671C98
Black with #671C98
Text Example
Text Example
White with #671C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671C98; }
p { color: rgb(103,28,152); }
H1.HeaderClassName
{
color: #671C98;
}
.AnyTagClassName
{
color: #671C98;
}
</style>
background-color css
<style>
a { background-color: #671C98; }
a { background-color: rgb(103,28,152); }
div.DivClassName
{
background-color: #671C98;
}
.BgClassName
{
background-color: #671C98;
}
</style>
border-color css
<style>
span { border-color: #671C98; }
span { border-color: rgb(103,28,152); }
td.TdClassName
{
border-color: #671C98;
}
.TagClassName
{
border-color: #671C98;
}
</style>