Shades of Palatinate Purple #67005F
Tints of Palatinate Purple #67005F
RGB
CMYK
RGB Variations
Color information
#67005F (or 0x67005F) is known color: Palatinate Purple. HEX triplet: 67, 00 and 5F. RGB value is (103,0,95). Sum of RGB (Red+Green+Blue) = 103+0+95=198 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.02% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 103 - color contains mainly: red. Hex color #67005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67005F is #98FFA0. Grayscale: #292929. Windows color (decimal): -10026913 or 6226023. OLE color: 6226023.
HSL color Cylindrical-coordinate representation of color #67005F: hue angle of 304.66º 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 #67005F is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 0 | 95 | - |
| CMYK | 0 | 1 | 0.08 | 0.60 |
| HSL | 304.66º | 1% | 0.2% | - |
| HSV(B) | 304.66º | 1% | 0.4% | - |
| XYZ | 7.66 | 3.71 | 11.14 | - |
| YUV | 41.63 | 158.12 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 95 | 0 | 1 | 0.08 | 0.60 | 304.66 | 1 | 0.2 |
| Hex | 67 | 0 | 5F | 0 | 64 | 8 | 3C | 131 | 64 | 14 |
| Octal | 147 | 0 | 137 | 0 | 144 | 10 | 74 | 461 | 144 | 24 |
| Binary | 1100111 | 0 | 1011111 | 0 | 1100100 | 1000 | 111100 | 100110001 | 1100100 | 10100 |
Color Harmonies of #67005F
Complementary color
Monochromatic Colors of #67005F
Black with #67005F
Text Example
Text Example
White with #67005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67005F; }
p { color: rgb(103,0,95); }
H1.HeaderClassName
{
color: #67005F;
}
.AnyTagClassName
{
color: #67005F;
}
</style>
background-color css
<style>
a { background-color: #67005F; }
a { background-color: rgb(103,0,95); }
div.DivClassName
{
background-color: #67005F;
}
.BgClassName
{
background-color: #67005F;
}
</style>
border-color css
<style>
span { border-color: #67005F; }
span { border-color: rgb(103,0,95); }
td.TdClassName
{
border-color: #67005F;
}
.TagClassName
{
border-color: #67005F;
}
</style>