Shades of Palatinate Purple #671A63
Tints of Palatinate Purple #671A63
RGB
CMYK
RGB Variations
Color information
#671A63 (or 0x671A63) is known color: Palatinate Purple. HEX triplet: 67, 1A and 63. RGB value is (103,26,99). Sum of RGB (Red+Green+Blue) = 103+26+99=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 103 - color contains mainly: red. Hex color #671A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671A63 is #98E59C. Grayscale: #393939. Windows color (decimal): -10020253 or 6494823. OLE color: 6494823.
HSL color Cylindrical-coordinate representation of color #671A63: hue angle of 303.12º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #671A63 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 26 | 99 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.60 |
| HSL | 303.12º | 0.6% | 0.25% | - |
| HSV(B) | 303.12º | 0.75% | 0.4% | - |
| XYZ | 8.22 | 4.52 | 12.24 | - |
| YUV | 57.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 26 | 99 | 0 | 0.75 | 0.04 | 0.60 | 303.12 | 0.6 | 0.25 |
| Hex | 67 | 1A | 63 | 0 | 4B | 4 | 3C | 12F | 3C | 19 |
| Octal | 147 | 32 | 143 | 0 | 113 | 4 | 74 | 457 | 74 | 31 |
| Binary | 1100111 | 11010 | 1100011 | 0 | 1001011 | 100 | 111100 | 100101111 | 111100 | 11001 |
Color Harmonies of #671A63
Complementary color
Monochromatic Colors of #671A63
Black with #671A63
Text Example
Text Example
White with #671A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671A63; }
p { color: rgb(103,26,99); }
H1.HeaderClassName
{
color: #671A63;
}
.AnyTagClassName
{
color: #671A63;
}
</style>
background-color css
<style>
a { background-color: #671A63; }
a { background-color: rgb(103,26,99); }
div.DivClassName
{
background-color: #671A63;
}
.BgClassName
{
background-color: #671A63;
}
</style>
border-color css
<style>
span { border-color: #671A63; }
span { border-color: rgb(103,26,99); }
td.TdClassName
{
border-color: #671A63;
}
.TagClassName
{
border-color: #671A63;
}
</style>