Shades of Palatinate Purple #672F5F
Tints of Palatinate Purple #672F5F
RGB
CMYK
RGB Variations
Color information
#672F5F (or 0x672F5F) is known color: Palatinate Purple. HEX triplet: 67, 2F and 5F. RGB value is (103,47,95). Sum of RGB (Red+Green+Blue) = 103+47+95=245 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.04% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 103 - color contains mainly: red. Hex color #672F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672F5F is #98D0A0. Grayscale: #454545. Windows color (decimal): -10014881 or 6238055. OLE color: 6238055.
HSL color Cylindrical-coordinate representation of color #672F5F: hue angle of 308.57º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #672F5F is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 47 | 95 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.60 |
| HSL | 308.57º | 0.37% | 0.29% | - |
| HSV(B) | 308.57º | 0.54% | 0.4% | - |
| XYZ | 8.68 | 5.74 | 11.48 | - |
| YUV | 69.22 | 142.55 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 47 | 95 | 0 | 0.54 | 0.08 | 0.60 | 308.57 | 0.37 | 0.29 |
| Hex | 67 | 2F | 5F | 0 | 36 | 8 | 3C | 135 | 25 | 1D |
| Octal | 147 | 57 | 137 | 0 | 66 | 10 | 74 | 465 | 45 | 35 |
| Binary | 1100111 | 101111 | 1011111 | 0 | 110110 | 1000 | 111100 | 100110101 | 100101 | 11101 |
Color Harmonies of #672F5F
Complementary color
Monochromatic Colors of #672F5F
Black with #672F5F
Text Example
Text Example
White with #672F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672F5F; }
p { color: rgb(103,47,95); }
H1.HeaderClassName
{
color: #672F5F;
}
.AnyTagClassName
{
color: #672F5F;
}
</style>
background-color css
<style>
a { background-color: #672F5F; }
a { background-color: rgb(103,47,95); }
div.DivClassName
{
background-color: #672F5F;
}
.BgClassName
{
background-color: #672F5F;
}
</style>
border-color css
<style>
span { border-color: #672F5F; }
span { border-color: rgb(103,47,95); }
td.TdClassName
{
border-color: #672F5F;
}
.TagClassName
{
border-color: #672F5F;
}
</style>