Shades of Palatinate Purple #671255
Tints of Palatinate Purple #671255
RGB
CMYK
RGB Variations
Color information
#671255 (or 0x671255) is known color: Palatinate Purple. HEX triplet: 67, 12 and 55. RGB value is (103,18,85). Sum of RGB (Red+Green+Blue) = 103+18+85=206 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 103 - color contains mainly: red. Hex color #671255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671255 is #98EDAA. Grayscale: #323232. Windows color (decimal): -10022315 or 5575271. OLE color: 5575271.
HSL color Cylindrical-coordinate representation of color #671255: hue angle of 312.71º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #671255 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 18 | 85 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.60 |
| HSL | 312.71º | 0.7% | 0.24% | - |
| HSV(B) | 312.71º | 0.83% | 0.4% | - |
| XYZ | 7.45 | 3.97 | 8.97 | - |
| YUV | 51.05 | 147.16 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 18 | 85 | 0 | 0.83 | 0.17 | 0.60 | 312.71 | 0.7 | 0.24 |
| Hex | 67 | 12 | 55 | 0 | 53 | 11 | 3C | 139 | 46 | 18 |
| Octal | 147 | 22 | 125 | 0 | 123 | 21 | 74 | 471 | 106 | 30 |
| Binary | 1100111 | 10010 | 1010101 | 0 | 1010011 | 10001 | 111100 | 100111001 | 1000110 | 11000 |
Color Harmonies of #671255
Complementary color
Monochromatic Colors of #671255
Black with #671255
Text Example
Text Example
White with #671255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671255; }
p { color: rgb(103,18,85); }
H1.HeaderClassName
{
color: #671255;
}
.AnyTagClassName
{
color: #671255;
}
</style>
background-color css
<style>
a { background-color: #671255; }
a { background-color: rgb(103,18,85); }
div.DivClassName
{
background-color: #671255;
}
.BgClassName
{
background-color: #671255;
}
</style>
border-color css
<style>
span { border-color: #671255; }
span { border-color: rgb(103,18,85); }
td.TdClassName
{
border-color: #671255;
}
.TagClassName
{
border-color: #671255;
}
</style>