Shades of Palatinate Purple #67005E
Tints of Palatinate Purple #67005E
RGB
CMYK
RGB Variations
Color information
#67005E (or 0x67005E) is known color: Palatinate Purple. HEX triplet: 67, 00 and 5E. RGB value is (103,0,94). Sum of RGB (Red+Green+Blue) = 103+0+94=197 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.28% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 103 - color contains mainly: red. Hex color #67005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67005E is #98FFA1. Grayscale: #292929. Windows color (decimal): -10026914 or 6160487. OLE color: 6160487.
HSL color Cylindrical-coordinate representation of color #67005E: hue angle of 305.24º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #67005E is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.09 | 0.60 |
| HSL | 305.24º | 1% | 0.2% | - |
| HSV(B) | 305.24º | 1% | 0.4% | - |
| XYZ | 7.61 | 3.69 | 10.9 | - |
| YUV | 41.51 | 157.62 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 94 | 0 | 1 | 0.09 | 0.60 | 305.24 | 1 | 0.2 |
| Hex | 67 | 0 | 5E | 0 | 64 | 9 | 3C | 131 | 64 | 14 |
| Octal | 147 | 0 | 136 | 0 | 144 | 11 | 74 | 461 | 144 | 24 |
| Binary | 1100111 | 0 | 1011110 | 0 | 1100100 | 1001 | 111100 | 100110001 | 1100100 | 10100 |
Color Harmonies of #67005E
Complementary color
Monochromatic Colors of #67005E
Black with #67005E
Text Example
Text Example
White with #67005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67005E; }
p { color: rgb(103,0,94); }
H1.HeaderClassName
{
color: #67005E;
}
.AnyTagClassName
{
color: #67005E;
}
</style>
background-color css
<style>
a { background-color: #67005E; }
a { background-color: rgb(103,0,94); }
div.DivClassName
{
background-color: #67005E;
}
.BgClassName
{
background-color: #67005E;
}
</style>
border-color css
<style>
span { border-color: #67005E; }
span { border-color: rgb(103,0,94); }
td.TdClassName
{
border-color: #67005E;
}
.TagClassName
{
border-color: #67005E;
}
</style>