Shades of Palatinate Purple #673358
Tints of Palatinate Purple #673358
RGB
CMYK
RGB Variations
Color information
#673358 (or 0x673358) is known color: Palatinate Purple. HEX triplet: 67, 33 and 58. RGB value is (103,51,88). Sum of RGB (Red+Green+Blue) = 103+51+88=242 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.56% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 103 - color contains mainly: red. Hex color #673358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673358 is #98CCA7. Grayscale: #464646. Windows color (decimal): -10013864 or 5780327. OLE color: 5780327.
HSL color Cylindrical-coordinate representation of color #673358: hue angle of 317.31º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #673358 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 51 | 88 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.60 |
| HSL | 317.31º | 0.34% | 0.3% | - |
| HSV(B) | 317.31º | 0.5% | 0.4% | - |
| XYZ | 8.54 | 5.96 | 9.93 | - |
| YUV | 70.77 | 137.73 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 51 | 88 | 0 | 0.50 | 0.15 | 0.60 | 317.31 | 0.34 | 0.3 |
| Hex | 67 | 33 | 58 | 0 | 32 | F | 3C | 13D | 22 | 1E |
| Octal | 147 | 63 | 130 | 0 | 62 | 17 | 74 | 475 | 42 | 36 |
| Binary | 1100111 | 110011 | 1011000 | 0 | 110010 | 1111 | 111100 | 100111101 | 100010 | 11110 |
Color Harmonies of #673358
Complementary color
Monochromatic Colors of #673358
Black with #673358
Text Example
Text Example
White with #673358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673358; }
p { color: rgb(103,51,88); }
H1.HeaderClassName
{
color: #673358;
}
.AnyTagClassName
{
color: #673358;
}
</style>
background-color css
<style>
a { background-color: #673358; }
a { background-color: rgb(103,51,88); }
div.DivClassName
{
background-color: #673358;
}
.BgClassName
{
background-color: #673358;
}
</style>
border-color css
<style>
span { border-color: #673358; }
span { border-color: rgb(103,51,88); }
td.TdClassName
{
border-color: #673358;
}
.TagClassName
{
border-color: #673358;
}
</style>