Shades of Palatinate Purple #670D65
Tints of Palatinate Purple #670D65
RGB
CMYK
RGB Variations
Color information
#670D65 (or 0x670D65) is known color: Palatinate Purple. HEX triplet: 67, 0D and 65. RGB value is (103,13,101). Sum of RGB (Red+Green+Blue) = 103+13+101=217 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.47% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 103 - color contains mainly: red. Hex color #670D65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670D65 is #98F29A. Grayscale: #313131. Windows color (decimal): -10023579 or 6622567. OLE color: 6622567.
HSL color Cylindrical-coordinate representation of color #670D65: hue angle of 301.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 #670D65 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 13 | 101 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.60 |
| HSL | 301.33º | 0.78% | 0.23% | - |
| HSV(B) | 301.33º | 0.87% | 0.4% | - |
| XYZ | 8.09 | 4.11 | 12.68 | - |
| YUV | 49.94 | 156.82 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 13 | 101 | 0 | 0.87 | 0.02 | 0.60 | 301.33 | 0.78 | 0.23 |
| Hex | 67 | D | 65 | 0 | 57 | 2 | 3C | 12D | 4E | 17 |
| Octal | 147 | 15 | 145 | 0 | 127 | 2 | 74 | 455 | 116 | 27 |
| Binary | 1100111 | 1101 | 1100101 | 0 | 1010111 | 10 | 111100 | 100101101 | 1001110 | 10111 |
Color Harmonies of #670D65
Complementary color
Monochromatic Colors of #670D65
Black with #670D65
Text Example
Text Example
White with #670D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670D65; }
p { color: rgb(103,13,101); }
H1.HeaderClassName
{
color: #670D65;
}
.AnyTagClassName
{
color: #670D65;
}
</style>
background-color css
<style>
a { background-color: #670D65; }
a { background-color: rgb(103,13,101); }
div.DivClassName
{
background-color: #670D65;
}
.BgClassName
{
background-color: #670D65;
}
</style>
border-color css
<style>
span { border-color: #670D65; }
span { border-color: rgb(103,13,101); }
td.TdClassName
{
border-color: #670D65;
}
.TagClassName
{
border-color: #670D65;
}
</style>