Shades of Palatinate Purple #672F5C
Tints of Palatinate Purple #672F5C
RGB
CMYK
RGB Variations
Color information
#672F5C (or 0x672F5C) is known color: Palatinate Purple. HEX triplet: 67, 2F and 5C. RGB value is (103,47,92). Sum of RGB (Red+Green+Blue) = 103+47+92=242 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.56% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 103 - color contains mainly: red. Hex color #672F5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672F5C is #98D0A3. Grayscale: #444444. Windows color (decimal): -10014884 or 6041447. OLE color: 6041447.
HSL color Cylindrical-coordinate representation of color #672F5C: hue angle of 311.79º 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 #672F5C is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 47 | 92 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.60 |
| HSL | 311.79º | 0.37% | 0.29% | - |
| HSV(B) | 311.79º | 0.54% | 0.4% | - |
| XYZ | 8.54 | 5.69 | 10.77 | - |
| YUV | 68.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 47 | 92 | 0 | 0.54 | 0.11 | 0.60 | 311.79 | 0.37 | 0.29 |
| Hex | 67 | 2F | 5C | 0 | 36 | B | 3C | 138 | 25 | 1D |
| Octal | 147 | 57 | 134 | 0 | 66 | 13 | 74 | 470 | 45 | 35 |
| Binary | 1100111 | 101111 | 1011100 | 0 | 110110 | 1011 | 111100 | 100111000 | 100101 | 11101 |
Color Harmonies of #672F5C
Complementary color
Monochromatic Colors of #672F5C
Black with #672F5C
Text Example
Text Example
White with #672F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672F5C; }
p { color: rgb(103,47,92); }
H1.HeaderClassName
{
color: #672F5C;
}
.AnyTagClassName
{
color: #672F5C;
}
</style>
background-color css
<style>
a { background-color: #672F5C; }
a { background-color: rgb(103,47,92); }
div.DivClassName
{
background-color: #672F5C;
}
.BgClassName
{
background-color: #672F5C;
}
</style>
border-color css
<style>
span { border-color: #672F5C; }
span { border-color: rgb(103,47,92); }
td.TdClassName
{
border-color: #672F5C;
}
.TagClassName
{
border-color: #672F5C;
}
</style>