Shades of Palatinate Purple #67225B
Tints of Palatinate Purple #67225B
RGB
CMYK
RGB Variations
Color information
#67225B (or 0x67225B) is known color: Palatinate Purple. HEX triplet: 67, 22 and 5B. RGB value is (103,34,91). Sum of RGB (Red+Green+Blue) = 103+34+91=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 103 - color contains mainly: red. Hex color #67225B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67225B is #98DDA4. Grayscale: #3C3C3C. Windows color (decimal): -10018213 or 5972583. OLE color: 5972583.
HSL color Cylindrical-coordinate representation of color #67225B: hue angle of 310.43º 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 #67225B is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 34 | 91 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.60 |
| HSL | 310.43º | 0.5% | 0.27% | - |
| HSV(B) | 310.43º | 0.67% | 0.4% | - |
| XYZ | 8.05 | 4.78 | 10.4 | - |
| YUV | 61.13 | 144.86 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 34 | 91 | 0 | 0.67 | 0.12 | 0.60 | 310.43 | 0.5 | 0.27 |
| Hex | 67 | 22 | 5B | 0 | 43 | C | 3C | 136 | 32 | 1B |
| Octal | 147 | 42 | 133 | 0 | 103 | 14 | 74 | 466 | 62 | 33 |
| Binary | 1100111 | 100010 | 1011011 | 0 | 1000011 | 1100 | 111100 | 100110110 | 110010 | 11011 |
Color Harmonies of #67225B
Complementary color
Monochromatic Colors of #67225B
Black with #67225B
Text Example
Text Example
White with #67225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67225B; }
p { color: rgb(103,34,91); }
H1.HeaderClassName
{
color: #67225B;
}
.AnyTagClassName
{
color: #67225B;
}
</style>
background-color css
<style>
a { background-color: #67225B; }
a { background-color: rgb(103,34,91); }
div.DivClassName
{
background-color: #67225B;
}
.BgClassName
{
background-color: #67225B;
}
</style>
border-color css
<style>
span { border-color: #67225B; }
span { border-color: rgb(103,34,91); }
td.TdClassName
{
border-color: #67225B;
}
.TagClassName
{
border-color: #67225B;
}
</style>