Shades of Palatinate Purple #67445F
Tints of Palatinate Purple #67445F
RGB
CMYK
RGB Variations
Color information
#67445F (or 0x67445F) is known color: Palatinate Purple. HEX triplet: 67, 44 and 5F. RGB value is (103,68,95). Sum of RGB (Red+Green+Blue) = 103+68+95=266 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.72% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 103 - color contains mainly: red. Hex color #67445F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67445F is #98BBA0. Grayscale: #515151. Windows color (decimal): -10009505 or 6243431. OLE color: 6243431.
HSL color Cylindrical-coordinate representation of color #67445F: hue angle of 313.71º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67445F is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 68 | 95 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.60 |
| HSL | 313.71º | 0.2% | 0.34% | - |
| HSV(B) | 313.71º | 0.34% | 0.4% | - |
| XYZ | 9.73 | 7.84 | 11.83 | - |
| YUV | 81.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 68 | 95 | 0 | 0.34 | 0.08 | 0.60 | 313.71 | 0.2 | 0.34 |
| Hex | 67 | 44 | 5F | 0 | 22 | 8 | 3C | 13A | 14 | 22 |
| Octal | 147 | 104 | 137 | 0 | 42 | 10 | 74 | 472 | 24 | 42 |
| Binary | 1100111 | 1000100 | 1011111 | 0 | 100010 | 1000 | 111100 | 100111010 | 10100 | 100010 |
Color Harmonies of #67445F
Complementary color
Monochromatic Colors of #67445F
Black with #67445F
Text Example
Text Example
White with #67445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67445F; }
p { color: rgb(103,68,95); }
H1.HeaderClassName
{
color: #67445F;
}
.AnyTagClassName
{
color: #67445F;
}
</style>
background-color css
<style>
a { background-color: #67445F; }
a { background-color: rgb(103,68,95); }
div.DivClassName
{
background-color: #67445F;
}
.BgClassName
{
background-color: #67445F;
}
</style>
border-color css
<style>
span { border-color: #67445F; }
span { border-color: rgb(103,68,95); }
td.TdClassName
{
border-color: #67445F;
}
.TagClassName
{
border-color: #67445F;
}
</style>