Shades of Palatinate Purple #67225E
Tints of Palatinate Purple #67225E
RGB
CMYK
RGB Variations
Color information
#67225E (or 0x67225E) is known color: Palatinate Purple. HEX triplet: 67, 22 and 5E. RGB value is (103,34,94). Sum of RGB (Red+Green+Blue) = 103+34+94=231 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.59% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 103 - color contains mainly: red. Hex color #67225E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67225E is #98DDA1. Grayscale: #3D3D3D. Windows color (decimal): -10018210 or 6169191. OLE color: 6169191.
HSL color Cylindrical-coordinate representation of color #67225E: hue angle of 307.83º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #67225E is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 34 | 94 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.60 |
| HSL | 307.83º | 0.5% | 0.27% | - |
| HSV(B) | 307.83º | 0.67% | 0.4% | - |
| XYZ | 8.19 | 4.84 | 11.09 | - |
| YUV | 61.47 | 146.36 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 34 | 94 | 0 | 0.67 | 0.09 | 0.60 | 307.83 | 0.5 | 0.27 |
| Hex | 67 | 22 | 5E | 0 | 43 | 9 | 3C | 134 | 32 | 1B |
| Octal | 147 | 42 | 136 | 0 | 103 | 11 | 74 | 464 | 62 | 33 |
| Binary | 1100111 | 100010 | 1011110 | 0 | 1000011 | 1001 | 111100 | 100110100 | 110010 | 11011 |
Color Harmonies of #67225E
Complementary color
Monochromatic Colors of #67225E
Black with #67225E
Text Example
Text Example
White with #67225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67225E; }
p { color: rgb(103,34,94); }
H1.HeaderClassName
{
color: #67225E;
}
.AnyTagClassName
{
color: #67225E;
}
</style>
background-color css
<style>
a { background-color: #67225E; }
a { background-color: rgb(103,34,94); }
div.DivClassName
{
background-color: #67225E;
}
.BgClassName
{
background-color: #67225E;
}
</style>
border-color css
<style>
span { border-color: #67225E; }
span { border-color: rgb(103,34,94); }
td.TdClassName
{
border-color: #67225E;
}
.TagClassName
{
border-color: #67225E;
}
</style>