Shades of Palatinate Purple #672A5B
Tints of Palatinate Purple #672A5B
RGB
CMYK
RGB Variations
Color information
#672A5B (or 0x672A5B) is known color: Palatinate Purple. HEX triplet: 67, 2A and 5B. RGB value is (103,42,91). Sum of RGB (Red+Green+Blue) = 103+42+91=236 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.64% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 103 - color contains mainly: red. Hex color #672A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672A5B is #98D5A4. Grayscale: #414141. Windows color (decimal): -10016165 or 5974631. OLE color: 5974631.
HSL color Cylindrical-coordinate representation of color #672A5B: hue angle of 311.8º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #672A5B is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 42 | 91 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.60 |
| HSL | 311.8º | 0.42% | 0.28% | - |
| HSV(B) | 311.8º | 0.59% | 0.4% | - |
| XYZ | 8.31 | 5.29 | 10.48 | - |
| YUV | 65.83 | 142.21 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 91 | 0 | 0.59 | 0.12 | 0.60 | 311.8 | 0.42 | 0.28 |
| Hex | 67 | 2A | 5B | 0 | 3B | C | 3C | 138 | 2A | 1C |
| Octal | 147 | 52 | 133 | 0 | 73 | 14 | 74 | 470 | 52 | 34 |
| Binary | 1100111 | 101010 | 1011011 | 0 | 111011 | 1100 | 111100 | 100111000 | 101010 | 11100 |
Color Harmonies of #672A5B
Complementary color
Monochromatic Colors of #672A5B
Black with #672A5B
Text Example
Text Example
White with #672A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672A5B; }
p { color: rgb(103,42,91); }
H1.HeaderClassName
{
color: #672A5B;
}
.AnyTagClassName
{
color: #672A5B;
}
</style>
background-color css
<style>
a { background-color: #672A5B; }
a { background-color: rgb(103,42,91); }
div.DivClassName
{
background-color: #672A5B;
}
.BgClassName
{
background-color: #672A5B;
}
</style>
border-color css
<style>
span { border-color: #672A5B; }
span { border-color: rgb(103,42,91); }
td.TdClassName
{
border-color: #672A5B;
}
.TagClassName
{
border-color: #672A5B;
}
</style>