Shades of Palatinate Purple #670D5A
Tints of Palatinate Purple #670D5A
RGB
CMYK
RGB Variations
Color information
#670D5A (or 0x670D5A) is known color: Palatinate Purple. HEX triplet: 67, 0D and 5A. RGB value is (103,13,90). Sum of RGB (Red+Green+Blue) = 103+13+90=206 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 103 - color contains mainly: red. Hex color #670D5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670D5A is #98F2A5. Grayscale: #303030. Windows color (decimal): -10023590 or 5901671. OLE color: 5901671.
HSL color Cylindrical-coordinate representation of color #670D5A: hue angle of 308.67º 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 #670D5A is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 13 | 90 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.60 |
| HSL | 308.67º | 0.78% | 0.23% | - |
| HSV(B) | 308.67º | 0.87% | 0.4% | - |
| XYZ | 7.58 | 3.91 | 10.03 | - |
| YUV | 48.69 | 151.32 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 13 | 90 | 0 | 0.87 | 0.13 | 0.60 | 308.67 | 0.78 | 0.23 |
| Hex | 67 | D | 5A | 0 | 57 | D | 3C | 135 | 4E | 17 |
| Octal | 147 | 15 | 132 | 0 | 127 | 15 | 74 | 465 | 116 | 27 |
| Binary | 1100111 | 1101 | 1011010 | 0 | 1010111 | 1101 | 111100 | 100110101 | 1001110 | 10111 |
Color Harmonies of #670D5A
Complementary color
Monochromatic Colors of #670D5A
Black with #670D5A
Text Example
Text Example
White with #670D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670D5A; }
p { color: rgb(103,13,90); }
H1.HeaderClassName
{
color: #670D5A;
}
.AnyTagClassName
{
color: #670D5A;
}
</style>
background-color css
<style>
a { background-color: #670D5A; }
a { background-color: rgb(103,13,90); }
div.DivClassName
{
background-color: #670D5A;
}
.BgClassName
{
background-color: #670D5A;
}
</style>
border-color css
<style>
span { border-color: #670D5A; }
span { border-color: rgb(103,13,90); }
td.TdClassName
{
border-color: #670D5A;
}
.TagClassName
{
border-color: #670D5A;
}
</style>