Shades of Palatinate Purple #67215D
Tints of Palatinate Purple #67215D
RGB
CMYK
RGB Variations
Color information
#67215D (or 0x67215D) is known color: Palatinate Purple. HEX triplet: 67, 21 and 5D. RGB value is (103,33,93). Sum of RGB (Red+Green+Blue) = 103+33+93=229 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.98% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 103 - color contains mainly: red. Hex color #67215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67215D is #98DEA2. Grayscale: #3C3C3C. Windows color (decimal): -10018467 or 6103399. OLE color: 6103399.
HSL color Cylindrical-coordinate representation of color #67215D: hue angle of 308.57º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #67215D is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 33 | 93 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.60 |
| HSL | 308.57º | 0.51% | 0.27% | - |
| HSV(B) | 308.57º | 0.68% | 0.4% | - |
| XYZ | 8.11 | 4.76 | 10.85 | - |
| YUV | 60.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 33 | 93 | 0 | 0.68 | 0.10 | 0.60 | 308.57 | 0.51 | 0.27 |
| Hex | 67 | 21 | 5D | 0 | 44 | A | 3C | 135 | 33 | 1B |
| Octal | 147 | 41 | 135 | 0 | 104 | 12 | 74 | 465 | 63 | 33 |
| Binary | 1100111 | 100001 | 1011101 | 0 | 1000100 | 1010 | 111100 | 100110101 | 110011 | 11011 |
Color Harmonies of #67215D
Complementary color
Monochromatic Colors of #67215D
Black with #67215D
Text Example
Text Example
White with #67215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67215D; }
p { color: rgb(103,33,93); }
H1.HeaderClassName
{
color: #67215D;
}
.AnyTagClassName
{
color: #67215D;
}
</style>
background-color css
<style>
a { background-color: #67215D; }
a { background-color: rgb(103,33,93); }
div.DivClassName
{
background-color: #67215D;
}
.BgClassName
{
background-color: #67215D;
}
</style>
border-color css
<style>
span { border-color: #67215D; }
span { border-color: rgb(103,33,93); }
td.TdClassName
{
border-color: #67215D;
}
.TagClassName
{
border-color: #67215D;
}
</style>