Shades of Palatinate Purple #671C5D
Tints of Palatinate Purple #671C5D
RGB
CMYK
RGB Variations
Color information
#671C5D (or 0x671C5D) is known color: Palatinate Purple. HEX triplet: 67, 1C and 5D. RGB value is (103,28,93). Sum of RGB (Red+Green+Blue) = 103+28+93=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 103 - color contains mainly: red. Hex color #671C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671C5D is #98E3A2. Grayscale: #393939. Windows color (decimal): -10019747 or 6102119. OLE color: 6102119.
HSL color Cylindrical-coordinate representation of color #671C5D: hue angle of 308º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #671C5D is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 28 | 93 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.60 |
| HSL | 308º | 0.57% | 0.26% | - |
| HSV(B) | 308º | 0.73% | 0.4% | - |
| XYZ | 7.98 | 4.5 | 10.8 | - |
| YUV | 57.84 | 147.85 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 28 | 93 | 0 | 0.73 | 0.10 | 0.60 | 308 | 0.57 | 0.26 |
| Hex | 67 | 1C | 5D | 0 | 49 | A | 3C | 134 | 39 | 1A |
| Octal | 147 | 34 | 135 | 0 | 111 | 12 | 74 | 464 | 71 | 32 |
| Binary | 1100111 | 11100 | 1011101 | 0 | 1001001 | 1010 | 111100 | 100110100 | 111001 | 11010 |
Color Harmonies of #671C5D
Complementary color
Monochromatic Colors of #671C5D
Black with #671C5D
Text Example
Text Example
White with #671C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671C5D; }
p { color: rgb(103,28,93); }
H1.HeaderClassName
{
color: #671C5D;
}
.AnyTagClassName
{
color: #671C5D;
}
</style>
background-color css
<style>
a { background-color: #671C5D; }
a { background-color: rgb(103,28,93); }
div.DivClassName
{
background-color: #671C5D;
}
.BgClassName
{
background-color: #671C5D;
}
</style>
border-color css
<style>
span { border-color: #671C5D; }
span { border-color: rgb(103,28,93); }
td.TdClassName
{
border-color: #671C5D;
}
.TagClassName
{
border-color: #671C5D;
}
</style>