Shades of Palatinate Purple #67265D
Tints of Palatinate Purple #67265D
RGB
CMYK
RGB Variations
Color information
#67265D (or 0x67265D) is known color: Palatinate Purple. HEX triplet: 67, 26 and 5D. RGB value is (103,38,93). Sum of RGB (Red+Green+Blue) = 103+38+93=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 103 - color contains mainly: red. Hex color #67265D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67265D is #98D9A2. Grayscale: #3F3F3F. Windows color (decimal): -10017187 or 6104679. OLE color: 6104679.
HSL color Cylindrical-coordinate representation of color #67265D: hue angle of 309.23º 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 #67265D is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 38 | 93 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.60 |
| HSL | 309.23º | 0.46% | 0.28% | - |
| HSV(B) | 309.23º | 0.63% | 0.4% | - |
| XYZ | 8.26 | 5.06 | 10.9 | - |
| YUV | 63.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 38 | 93 | 0 | 0.63 | 0.10 | 0.60 | 309.23 | 0.46 | 0.28 |
| Hex | 67 | 26 | 5D | 0 | 3F | A | 3C | 135 | 2E | 1C |
| Octal | 147 | 46 | 135 | 0 | 77 | 12 | 74 | 465 | 56 | 34 |
| Binary | 1100111 | 100110 | 1011101 | 0 | 111111 | 1010 | 111100 | 100110101 | 101110 | 11100 |
Color Harmonies of #67265D
Complementary color
Monochromatic Colors of #67265D
Black with #67265D
Text Example
Text Example
White with #67265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67265D; }
p { color: rgb(103,38,93); }
H1.HeaderClassName
{
color: #67265D;
}
.AnyTagClassName
{
color: #67265D;
}
</style>
background-color css
<style>
a { background-color: #67265D; }
a { background-color: rgb(103,38,93); }
div.DivClassName
{
background-color: #67265D;
}
.BgClassName
{
background-color: #67265D;
}
</style>
border-color css
<style>
span { border-color: #67265D; }
span { border-color: rgb(103,38,93); }
td.TdClassName
{
border-color: #67265D;
}
.TagClassName
{
border-color: #67265D;
}
</style>