Shades of Palatinate Purple #67275A
Tints of Palatinate Purple #67275A
RGB
CMYK
RGB Variations
Color information
#67275A (or 0x67275A) is known color: Palatinate Purple. HEX triplet: 67, 27 and 5A. RGB value is (103,39,90). Sum of RGB (Red+Green+Blue) = 103+39+90=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 103 - color contains mainly: red. Hex color #67275A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67275A is #98D8A5. Grayscale: #3F3F3F. Windows color (decimal): -10016934 or 5908327. OLE color: 5908327.
HSL color Cylindrical-coordinate representation of color #67275A: hue angle of 312.19º 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 #67275A is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 39 | 90 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.60 |
| HSL | 312.19º | 0.45% | 0.28% | - |
| HSV(B) | 312.19º | 0.62% | 0.4% | - |
| XYZ | 8.16 | 5.07 | 10.22 | - |
| YUV | 63.95 | 142.7 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 39 | 90 | 0 | 0.62 | 0.13 | 0.60 | 312.19 | 0.45 | 0.28 |
| Hex | 67 | 27 | 5A | 0 | 3E | D | 3C | 138 | 2D | 1C |
| Octal | 147 | 47 | 132 | 0 | 76 | 15 | 74 | 470 | 55 | 34 |
| Binary | 1100111 | 100111 | 1011010 | 0 | 111110 | 1101 | 111100 | 100111000 | 101101 | 11100 |
Color Harmonies of #67275A
Complementary color
Monochromatic Colors of #67275A
Black with #67275A
Text Example
Text Example
White with #67275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67275A; }
p { color: rgb(103,39,90); }
H1.HeaderClassName
{
color: #67275A;
}
.AnyTagClassName
{
color: #67275A;
}
</style>
background-color css
<style>
a { background-color: #67275A; }
a { background-color: rgb(103,39,90); }
div.DivClassName
{
background-color: #67275A;
}
.BgClassName
{
background-color: #67275A;
}
</style>
border-color css
<style>
span { border-color: #67275A; }
span { border-color: rgb(103,39,90); }
td.TdClassName
{
border-color: #67275A;
}
.TagClassName
{
border-color: #67275A;
}
</style>