Shades of Palatinate Purple #672A64
Tints of Palatinate Purple #672A64
RGB
CMYK
RGB Variations
Color information
#672A64 (or 0x672A64) is known color: Palatinate Purple. HEX triplet: 67, 2A and 64. RGB value is (103,42,100). Sum of RGB (Red+Green+Blue) = 103+42+100=245 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.04% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 103 - color contains mainly: red. Hex color #672A64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672A64 is #98D59B. Grayscale: #424242. Windows color (decimal): -10016156 or 6564455. OLE color: 6564455.
HSL color Cylindrical-coordinate representation of color #672A64: hue angle of 302.95º 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 #672A64 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 42 | 100 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.60 |
| HSL | 302.95º | 0.42% | 0.28% | - |
| HSV(B) | 302.95º | 0.59% | 0.4% | - |
| XYZ | 8.72 | 5.46 | 12.65 | - |
| YUV | 66.85 | 146.71 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 100 | 0 | 0.59 | 0.03 | 0.60 | 302.95 | 0.42 | 0.28 |
| Hex | 67 | 2A | 64 | 0 | 3B | 3 | 3C | 12F | 2A | 1C |
| Octal | 147 | 52 | 144 | 0 | 73 | 3 | 74 | 457 | 52 | 34 |
| Binary | 1100111 | 101010 | 1100100 | 0 | 111011 | 11 | 111100 | 100101111 | 101010 | 11100 |
Color Harmonies of #672A64
Complementary color
Monochromatic Colors of #672A64
Black with #672A64
Text Example
Text Example
White with #672A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672A64; }
p { color: rgb(103,42,100); }
H1.HeaderClassName
{
color: #672A64;
}
.AnyTagClassName
{
color: #672A64;
}
</style>
background-color css
<style>
a { background-color: #672A64; }
a { background-color: rgb(103,42,100); }
div.DivClassName
{
background-color: #672A64;
}
.BgClassName
{
background-color: #672A64;
}
</style>
border-color css
<style>
span { border-color: #672A64; }
span { border-color: rgb(103,42,100); }
td.TdClassName
{
border-color: #672A64;
}
.TagClassName
{
border-color: #672A64;
}
</style>