Shades of Palatinate Purple #67285E
Tints of Palatinate Purple #67285E
RGB
CMYK
RGB Variations
Color information
#67285E (or 0x67285E) is known color: Palatinate Purple. HEX triplet: 67, 28 and 5E. RGB value is (103,40,94). Sum of RGB (Red+Green+Blue) = 103+40+94=237 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.46% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 103 - color contains mainly: red. Hex color #67285E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67285E is #98D7A1. Grayscale: #404040. Windows color (decimal): -10016674 or 6170727. OLE color: 6170727.
HSL color Cylindrical-coordinate representation of color #67285E: hue angle of 308.57º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #67285E is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 40 | 94 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.60 |
| HSL | 308.57º | 0.44% | 0.28% | - |
| HSV(B) | 308.57º | 0.61% | 0.4% | - |
| XYZ | 8.37 | 5.21 | 11.15 | - |
| YUV | 64.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 40 | 94 | 0 | 0.61 | 0.09 | 0.60 | 308.57 | 0.44 | 0.28 |
| Hex | 67 | 28 | 5E | 0 | 3D | 9 | 3C | 135 | 2C | 1C |
| Octal | 147 | 50 | 136 | 0 | 75 | 11 | 74 | 465 | 54 | 34 |
| Binary | 1100111 | 101000 | 1011110 | 0 | 111101 | 1001 | 111100 | 100110101 | 101100 | 11100 |
Color Harmonies of #67285E
Complementary color
Monochromatic Colors of #67285E
Black with #67285E
Text Example
Text Example
White with #67285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67285E; }
p { color: rgb(103,40,94); }
H1.HeaderClassName
{
color: #67285E;
}
.AnyTagClassName
{
color: #67285E;
}
</style>
background-color css
<style>
a { background-color: #67285E; }
a { background-color: rgb(103,40,94); }
div.DivClassName
{
background-color: #67285E;
}
.BgClassName
{
background-color: #67285E;
}
</style>
border-color css
<style>
span { border-color: #67285E; }
span { border-color: rgb(103,40,94); }
td.TdClassName
{
border-color: #67285E;
}
.TagClassName
{
border-color: #67285E;
}
</style>