Shades of Palatinate Purple #670D56
Tints of Palatinate Purple #670D56
RGB
CMYK
RGB Variations
Color information
#670D56 (or 0x670D56) is known color: Palatinate Purple. HEX triplet: 67, 0D and 56. RGB value is (103,13,86). Sum of RGB (Red+Green+Blue) = 103+13+86=202 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.99% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 103 - color contains mainly: red. Hex color #670D56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670D56 is #98F2A9. Grayscale: #303030. Windows color (decimal): -10023594 or 5639527. OLE color: 5639527.
HSL color Cylindrical-coordinate representation of color #670D56: hue angle of 311.33º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #670D56 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 13 | 86 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.60 |
| HSL | 311.33º | 0.78% | 0.23% | - |
| HSV(B) | 311.33º | 0.87% | 0.4% | - |
| XYZ | 7.42 | 3.84 | 9.16 | - |
| YUV | 48.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 13 | 86 | 0 | 0.87 | 0.17 | 0.60 | 311.33 | 0.78 | 0.23 |
| Hex | 67 | D | 56 | 0 | 57 | 11 | 3C | 137 | 4E | 17 |
| Octal | 147 | 15 | 126 | 0 | 127 | 21 | 74 | 467 | 116 | 27 |
| Binary | 1100111 | 1101 | 1010110 | 0 | 1010111 | 10001 | 111100 | 100110111 | 1001110 | 10111 |
Color Harmonies of #670D56
Complementary color
Monochromatic Colors of #670D56
Black with #670D56
Text Example
Text Example
White with #670D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670D56; }
p { color: rgb(103,13,86); }
H1.HeaderClassName
{
color: #670D56;
}
.AnyTagClassName
{
color: #670D56;
}
</style>
background-color css
<style>
a { background-color: #670D56; }
a { background-color: rgb(103,13,86); }
div.DivClassName
{
background-color: #670D56;
}
.BgClassName
{
background-color: #670D56;
}
</style>
border-color css
<style>
span { border-color: #670D56; }
span { border-color: rgb(103,13,86); }
td.TdClassName
{
border-color: #670D56;
}
.TagClassName
{
border-color: #670D56;
}
</style>