Shades of Palatinate Purple #67285B
Tints of Palatinate Purple #67285B
RGB
CMYK
RGB Variations
Color information
#67285B (or 0x67285B) is known color: Palatinate Purple. HEX triplet: 67, 28 and 5B. RGB value is (103,40,91). Sum of RGB (Red+Green+Blue) = 103+40+91=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 103 - color contains mainly: red. Hex color #67285B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67285B is #98D7A4. Grayscale: #404040. Windows color (decimal): -10016677 or 5974119. OLE color: 5974119.
HSL color Cylindrical-coordinate representation of color #67285B: hue angle of 311.43º 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 #67285B is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 40 | 91 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.60 |
| HSL | 311.43º | 0.44% | 0.28% | - |
| HSV(B) | 311.43º | 0.61% | 0.4% | - |
| XYZ | 8.24 | 5.16 | 10.46 | - |
| YUV | 64.65 | 142.87 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 40 | 91 | 0 | 0.61 | 0.12 | 0.60 | 311.43 | 0.44 | 0.28 |
| Hex | 67 | 28 | 5B | 0 | 3D | C | 3C | 137 | 2C | 1C |
| Octal | 147 | 50 | 133 | 0 | 75 | 14 | 74 | 467 | 54 | 34 |
| Binary | 1100111 | 101000 | 1011011 | 0 | 111101 | 1100 | 111100 | 100110111 | 101100 | 11100 |
Color Harmonies of #67285B
Complementary color
Monochromatic Colors of #67285B
Black with #67285B
Text Example
Text Example
White with #67285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67285B; }
p { color: rgb(103,40,91); }
H1.HeaderClassName
{
color: #67285B;
}
.AnyTagClassName
{
color: #67285B;
}
</style>
background-color css
<style>
a { background-color: #67285B; }
a { background-color: rgb(103,40,91); }
div.DivClassName
{
background-color: #67285B;
}
.BgClassName
{
background-color: #67285B;
}
</style>
border-color css
<style>
span { border-color: #67285B; }
span { border-color: rgb(103,40,91); }
td.TdClassName
{
border-color: #67285B;
}
.TagClassName
{
border-color: #67285B;
}
</style>