Shades of Palatinate Purple #673258
Tints of Palatinate Purple #673258
RGB
CMYK
RGB Variations
Color information
#673258 (or 0x673258) is known color: Palatinate Purple. HEX triplet: 67, 32 and 58. RGB value is (103,50,88). Sum of RGB (Red+Green+Blue) = 103+50+88=241 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.74% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 103 - color contains mainly: red. Hex color #673258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673258 is #98CDA7. Grayscale: #464646. Windows color (decimal): -10014120 or 5780071. OLE color: 5780071.
HSL color Cylindrical-coordinate representation of color #673258: hue angle of 316.98º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #673258 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 50 | 88 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.60 |
| HSL | 316.98º | 0.35% | 0.3% | - |
| HSV(B) | 316.98º | 0.51% | 0.4% | - |
| XYZ | 8.5 | 5.87 | 9.92 | - |
| YUV | 70.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 50 | 88 | 0 | 0.51 | 0.15 | 0.60 | 316.98 | 0.35 | 0.3 |
| Hex | 67 | 32 | 58 | 0 | 33 | F | 3C | 13D | 23 | 1E |
| Octal | 147 | 62 | 130 | 0 | 63 | 17 | 74 | 475 | 43 | 36 |
| Binary | 1100111 | 110010 | 1011000 | 0 | 110011 | 1111 | 111100 | 100111101 | 100011 | 11110 |
Color Harmonies of #673258
Complementary color
Monochromatic Colors of #673258
Black with #673258
Text Example
Text Example
White with #673258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673258; }
p { color: rgb(103,50,88); }
H1.HeaderClassName
{
color: #673258;
}
.AnyTagClassName
{
color: #673258;
}
</style>
background-color css
<style>
a { background-color: #673258; }
a { background-color: rgb(103,50,88); }
div.DivClassName
{
background-color: #673258;
}
.BgClassName
{
background-color: #673258;
}
</style>
border-color css
<style>
span { border-color: #673258; }
span { border-color: rgb(103,50,88); }
td.TdClassName
{
border-color: #673258;
}
.TagClassName
{
border-color: #673258;
}
</style>