Shades of Palatinate Purple #671568
Tints of Palatinate Purple #671568
RGB
CMYK
RGB Variations
Color information
#671568 (or 0x671568) is known color: Palatinate Purple. HEX triplet: 67, 15 and 68. RGB value is (103,21,104). Sum of RGB (Red+Green+Blue) = 103+21+104=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #671568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671568 is #98EA97. Grayscale: #363636. Windows color (decimal): -10021528 or 6821223. OLE color: 6821223.
HSL color Cylindrical-coordinate representation of color #671568: hue angle of 299.28º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #671568 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 21 | 104 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.59 |
| HSL | 299.28º | 0.66% | 0.25% | - |
| HSV(B) | 299.28º | 0.8% | 0.41% | - |
| XYZ | 8.36 | 4.42 | 13.51 | - |
| YUV | 54.98 | 155.67 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 21 | 104 | 0.01 | 0.80 | 0 | 0.59 | 299.28 | 0.66 | 0.25 |
| Hex | 67 | 15 | 68 | 1 | 50 | 0 | 3B | 12B | 42 | 19 |
| Octal | 147 | 25 | 150 | 1 | 120 | 0 | 73 | 453 | 102 | 31 |
| Binary | 1100111 | 10101 | 1101000 | 1 | 1010000 | 0 | 111011 | 100101011 | 1000010 | 11001 |
Color Harmonies of #671568
Complementary color
Monochromatic Colors of #671568
Black with #671568
Text Example
Text Example
White with #671568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671568; }
p { color: rgb(103,21,104); }
H1.HeaderClassName
{
color: #671568;
}
.AnyTagClassName
{
color: #671568;
}
</style>
background-color css
<style>
a { background-color: #671568; }
a { background-color: rgb(103,21,104); }
div.DivClassName
{
background-color: #671568;
}
.BgClassName
{
background-color: #671568;
}
</style>
border-color css
<style>
span { border-color: #671568; }
span { border-color: rgb(103,21,104); }
td.TdClassName
{
border-color: #671568;
}
.TagClassName
{
border-color: #671568;
}
</style>