Shades of Palatinate Purple #672D65
Tints of Palatinate Purple #672D65
RGB
CMYK
RGB Variations
Color information
#672D65 (or 0x672D65) is known color: Palatinate Purple. HEX triplet: 67, 2D and 65. RGB value is (103,45,101). Sum of RGB (Red+Green+Blue) = 103+45+101=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 103 - color contains mainly: red. Hex color #672D65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672D65 is #98D29A. Grayscale: #444444. Windows color (decimal): -10015387 or 6630759. OLE color: 6630759.
HSL color Cylindrical-coordinate representation of color #672D65: hue angle of 302.07º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #672D65 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 45 | 101 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.60 |
| HSL | 302.07º | 0.39% | 0.29% | - |
| HSV(B) | 302.07º | 0.56% | 0.4% | - |
| XYZ | 8.88 | 5.7 | 12.94 | - |
| YUV | 68.73 | 146.22 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 101 | 0 | 0.56 | 0.02 | 0.60 | 302.07 | 0.39 | 0.29 |
| Hex | 67 | 2D | 65 | 0 | 38 | 2 | 3C | 12E | 27 | 1D |
| Octal | 147 | 55 | 145 | 0 | 70 | 2 | 74 | 456 | 47 | 35 |
| Binary | 1100111 | 101101 | 1100101 | 0 | 111000 | 10 | 111100 | 100101110 | 100111 | 11101 |
Color Harmonies of #672D65
Complementary color
Monochromatic Colors of #672D65
Black with #672D65
Text Example
Text Example
White with #672D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672D65; }
p { color: rgb(103,45,101); }
H1.HeaderClassName
{
color: #672D65;
}
.AnyTagClassName
{
color: #672D65;
}
</style>
background-color css
<style>
a { background-color: #672D65; }
a { background-color: rgb(103,45,101); }
div.DivClassName
{
background-color: #672D65;
}
.BgClassName
{
background-color: #672D65;
}
</style>
border-color css
<style>
span { border-color: #672D65; }
span { border-color: rgb(103,45,101); }
td.TdClassName
{
border-color: #672D65;
}
.TagClassName
{
border-color: #672D65;
}
</style>