Shades of Palatinate Purple #67225D
Tints of Palatinate Purple #67225D
RGB
CMYK
RGB Variations
Color information
#67225D (or 0x67225D) is known color: Palatinate Purple. HEX triplet: 67, 22 and 5D. RGB value is (103,34,93). Sum of RGB (Red+Green+Blue) = 103+34+93=230 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.78% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 103 - color contains mainly: red. Hex color #67225D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67225D is #98DDA2. Grayscale: #3D3D3D. Windows color (decimal): -10018211 or 6103655. OLE color: 6103655.
HSL color Cylindrical-coordinate representation of color #67225D: hue angle of 308.7º 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 #67225D is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 34 | 93 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.60 |
| HSL | 308.7º | 0.5% | 0.27% | - |
| HSV(B) | 308.7º | 0.67% | 0.4% | - |
| XYZ | 8.14 | 4.82 | 10.86 | - |
| YUV | 61.36 | 145.86 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 34 | 93 | 0 | 0.67 | 0.10 | 0.60 | 308.7 | 0.5 | 0.27 |
| Hex | 67 | 22 | 5D | 0 | 43 | A | 3C | 135 | 32 | 1B |
| Octal | 147 | 42 | 135 | 0 | 103 | 12 | 74 | 465 | 62 | 33 |
| Binary | 1100111 | 100010 | 1011101 | 0 | 1000011 | 1010 | 111100 | 100110101 | 110010 | 11011 |
Color Harmonies of #67225D
Complementary color
Monochromatic Colors of #67225D
Black with #67225D
Text Example
Text Example
White with #67225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67225D; }
p { color: rgb(103,34,93); }
H1.HeaderClassName
{
color: #67225D;
}
.AnyTagClassName
{
color: #67225D;
}
</style>
background-color css
<style>
a { background-color: #67225D; }
a { background-color: rgb(103,34,93); }
div.DivClassName
{
background-color: #67225D;
}
.BgClassName
{
background-color: #67225D;
}
</style>
border-color css
<style>
span { border-color: #67225D; }
span { border-color: rgb(103,34,93); }
td.TdClassName
{
border-color: #67225D;
}
.TagClassName
{
border-color: #67225D;
}
</style>