Shades of Palatinate Purple #67005B
Tints of Palatinate Purple #67005B
RGB
CMYK
RGB Variations
Color information
#67005B (or 0x67005B) is known color: Palatinate Purple. HEX triplet: 67, 00 and 5B. RGB value is (103,0,91). Sum of RGB (Red+Green+Blue) = 103+0+91=194 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.09% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 103 - color contains mainly: red. Hex color #67005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67005B is #98FFA4. Grayscale: #282828. Windows color (decimal): -10026917 or 5963879. OLE color: 5963879.
HSL color Cylindrical-coordinate representation of color #67005B: hue angle of 306.99º 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 #67005B is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.12 | 0.60 |
| HSL | 306.99º | 1% | 0.2% | - |
| HSV(B) | 306.99º | 1% | 0.4% | - |
| XYZ | 7.48 | 3.64 | 10.21 | - |
| YUV | 41.17 | 156.12 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 91 | 0 | 1 | 0.12 | 0.60 | 306.99 | 1 | 0.2 |
| Hex | 67 | 0 | 5B | 0 | 64 | C | 3C | 133 | 64 | 14 |
| Octal | 147 | 0 | 133 | 0 | 144 | 14 | 74 | 463 | 144 | 24 |
| Binary | 1100111 | 0 | 1011011 | 0 | 1100100 | 1100 | 111100 | 100110011 | 1100100 | 10100 |
Color Harmonies of #67005B
Complementary color
Monochromatic Colors of #67005B
Black with #67005B
Text Example
Text Example
White with #67005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67005B; }
p { color: rgb(103,0,91); }
H1.HeaderClassName
{
color: #67005B;
}
.AnyTagClassName
{
color: #67005B;
}
</style>
background-color css
<style>
a { background-color: #67005B; }
a { background-color: rgb(103,0,91); }
div.DivClassName
{
background-color: #67005B;
}
.BgClassName
{
background-color: #67005B;
}
</style>
border-color css
<style>
span { border-color: #67005B; }
span { border-color: rgb(103,0,91); }
td.TdClassName
{
border-color: #67005B;
}
.TagClassName
{
border-color: #67005B;
}
</style>