Shades of Palatinate Purple #67265B
Tints of Palatinate Purple #67265B
RGB
CMYK
RGB Variations
Color information
#67265B (or 0x67265B) is known color: Palatinate Purple. HEX triplet: 67, 26 and 5B. RGB value is (103,38,91). Sum of RGB (Red+Green+Blue) = 103+38+91=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 103 - color contains mainly: red. Hex color #67265B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67265B is #98D9A4. Grayscale: #3F3F3F. Windows color (decimal): -10017189 or 5973607. OLE color: 5973607.
HSL color Cylindrical-coordinate representation of color #67265B: hue angle of 311.08º 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 #67265B is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 38 | 91 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.60 |
| HSL | 311.08º | 0.46% | 0.28% | - |
| HSV(B) | 311.08º | 0.63% | 0.4% | - |
| XYZ | 8.17 | 5.03 | 10.44 | - |
| YUV | 63.48 | 143.53 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 38 | 91 | 0 | 0.63 | 0.12 | 0.60 | 311.08 | 0.46 | 0.28 |
| Hex | 67 | 26 | 5B | 0 | 3F | C | 3C | 137 | 2E | 1C |
| Octal | 147 | 46 | 133 | 0 | 77 | 14 | 74 | 467 | 56 | 34 |
| Binary | 1100111 | 100110 | 1011011 | 0 | 111111 | 1100 | 111100 | 100110111 | 101110 | 11100 |
Color Harmonies of #67265B
Complementary color
Monochromatic Colors of #67265B
Black with #67265B
Text Example
Text Example
White with #67265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67265B; }
p { color: rgb(103,38,91); }
H1.HeaderClassName
{
color: #67265B;
}
.AnyTagClassName
{
color: #67265B;
}
</style>
background-color css
<style>
a { background-color: #67265B; }
a { background-color: rgb(103,38,91); }
div.DivClassName
{
background-color: #67265B;
}
.BgClassName
{
background-color: #67265B;
}
</style>
border-color css
<style>
span { border-color: #67265B; }
span { border-color: rgb(103,38,91); }
td.TdClassName
{
border-color: #67265B;
}
.TagClassName
{
border-color: #67265B;
}
</style>