Shades of Palatinate Purple #67265E
Tints of Palatinate Purple #67265E
RGB
CMYK
RGB Variations
Color information
#67265E (or 0x67265E) is known color: Palatinate Purple. HEX triplet: 67, 26 and 5E. RGB value is (103,38,94). Sum of RGB (Red+Green+Blue) = 103+38+94=235 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.83% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 103 - color contains mainly: red. Hex color #67265E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67265E is #98D9A1. Grayscale: #3F3F3F. Windows color (decimal): -10017186 or 6170215. OLE color: 6170215.
HSL color Cylindrical-coordinate representation of color #67265E: hue angle of 308.31º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #67265E is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 38 | 94 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.60 |
| HSL | 308.31º | 0.46% | 0.28% | - |
| HSV(B) | 308.31º | 0.63% | 0.4% | - |
| XYZ | 8.31 | 5.08 | 11.13 | - |
| YUV | 63.82 | 145.03 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 38 | 94 | 0 | 0.63 | 0.09 | 0.60 | 308.31 | 0.46 | 0.28 |
| Hex | 67 | 26 | 5E | 0 | 3F | 9 | 3C | 134 | 2E | 1C |
| Octal | 147 | 46 | 136 | 0 | 77 | 11 | 74 | 464 | 56 | 34 |
| Binary | 1100111 | 100110 | 1011110 | 0 | 111111 | 1001 | 111100 | 100110100 | 101110 | 11100 |
Color Harmonies of #67265E
Complementary color
Monochromatic Colors of #67265E
Black with #67265E
Text Example
Text Example
White with #67265E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67265E; }
p { color: rgb(103,38,94); }
H1.HeaderClassName
{
color: #67265E;
}
.AnyTagClassName
{
color: #67265E;
}
</style>
background-color css
<style>
a { background-color: #67265E; }
a { background-color: rgb(103,38,94); }
div.DivClassName
{
background-color: #67265E;
}
.BgClassName
{
background-color: #67265E;
}
</style>
border-color css
<style>
span { border-color: #67265E; }
span { border-color: rgb(103,38,94); }
td.TdClassName
{
border-color: #67265E;
}
.TagClassName
{
border-color: #67265E;
}
</style>