Shades of Palatinate Purple #67275B
Tints of Palatinate Purple #67275B
RGB
CMYK
RGB Variations
Color information
#67275B (or 0x67275B) is known color: Palatinate Purple. HEX triplet: 67, 27 and 5B. RGB value is (103,39,91). Sum of RGB (Red+Green+Blue) = 103+39+91=233 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.21% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 103 - color contains mainly: red. Hex color #67275B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67275B is #98D8A4. Grayscale: #3F3F3F. Windows color (decimal): -10016933 or 5973863. OLE color: 5973863.
HSL color Cylindrical-coordinate representation of color #67275B: hue angle of 311.25º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #67275B is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 39 | 91 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.60 |
| HSL | 311.25º | 0.45% | 0.28% | - |
| HSV(B) | 311.25º | 0.62% | 0.4% | - |
| XYZ | 8.21 | 5.09 | 10.45 | - |
| YUV | 64.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 39 | 91 | 0 | 0.62 | 0.12 | 0.60 | 311.25 | 0.45 | 0.28 |
| Hex | 67 | 27 | 5B | 0 | 3E | C | 3C | 137 | 2D | 1C |
| Octal | 147 | 47 | 133 | 0 | 76 | 14 | 74 | 467 | 55 | 34 |
| Binary | 1100111 | 100111 | 1011011 | 0 | 111110 | 1100 | 111100 | 100110111 | 101101 | 11100 |
Color Harmonies of #67275B
Complementary color
Monochromatic Colors of #67275B
Black with #67275B
Text Example
Text Example
White with #67275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67275B; }
p { color: rgb(103,39,91); }
H1.HeaderClassName
{
color: #67275B;
}
.AnyTagClassName
{
color: #67275B;
}
</style>
background-color css
<style>
a { background-color: #67275B; }
a { background-color: rgb(103,39,91); }
div.DivClassName
{
background-color: #67275B;
}
.BgClassName
{
background-color: #67275B;
}
</style>
border-color css
<style>
span { border-color: #67275B; }
span { border-color: rgb(103,39,91); }
td.TdClassName
{
border-color: #67275B;
}
.TagClassName
{
border-color: #67275B;
}
</style>