Shades of Palatinate Purple #672C5F
Tints of Palatinate Purple #672C5F
RGB
CMYK
RGB Variations
Color information
#672C5F (or 0x672C5F) is known color: Palatinate Purple. HEX triplet: 67, 2C and 5F. RGB value is (103,44,95). Sum of RGB (Red+Green+Blue) = 103+44+95=242 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.56% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 103 - color contains mainly: red. Hex color #672C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672C5F is #98D3A0. Grayscale: #434343. Windows color (decimal): -10015649 or 6237287. OLE color: 6237287.
HSL color Cylindrical-coordinate representation of color #672C5F: hue angle of 308.14º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #672C5F is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 44 | 95 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.60 |
| HSL | 308.14º | 0.4% | 0.29% | - |
| HSV(B) | 308.14º | 0.57% | 0.4% | - |
| XYZ | 8.56 | 5.51 | 11.44 | - |
| YUV | 67.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 44 | 95 | 0 | 0.57 | 0.08 | 0.60 | 308.14 | 0.4 | 0.29 |
| Hex | 67 | 2C | 5F | 0 | 39 | 8 | 3C | 134 | 28 | 1D |
| Octal | 147 | 54 | 137 | 0 | 71 | 10 | 74 | 464 | 50 | 35 |
| Binary | 1100111 | 101100 | 1011111 | 0 | 111001 | 1000 | 111100 | 100110100 | 101000 | 11101 |
Color Harmonies of #672C5F
Complementary color
Monochromatic Colors of #672C5F
Black with #672C5F
Text Example
Text Example
White with #672C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672C5F; }
p { color: rgb(103,44,95); }
H1.HeaderClassName
{
color: #672C5F;
}
.AnyTagClassName
{
color: #672C5F;
}
</style>
background-color css
<style>
a { background-color: #672C5F; }
a { background-color: rgb(103,44,95); }
div.DivClassName
{
background-color: #672C5F;
}
.BgClassName
{
background-color: #672C5F;
}
</style>
border-color css
<style>
span { border-color: #672C5F; }
span { border-color: rgb(103,44,95); }
td.TdClassName
{
border-color: #672C5F;
}
.TagClassName
{
border-color: #672C5F;
}
</style>