Shades of Palatinate Purple #67115B
Tints of Palatinate Purple #67115B
RGB
CMYK
RGB Variations
Color information
#67115B (or 0x67115B) is known color: Palatinate Purple. HEX triplet: 67, 11 and 5B. RGB value is (103,17,91). Sum of RGB (Red+Green+Blue) = 103+17+91=211 (27% of max value = 765). Red value is 103 (40.62% from 255 or 48.82% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 103 - color contains mainly: red. Hex color #67115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67115B is #98EEA4. Grayscale: #323232. Windows color (decimal): -10022565 or 5968231. OLE color: 5968231.
HSL color Cylindrical-coordinate representation of color #67115B: hue angle of 308.37º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #67115B is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 17 | 91 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.60 |
| HSL | 308.37º | 0.72% | 0.24% | - |
| HSV(B) | 308.37º | 0.83% | 0.4% | - |
| XYZ | 7.68 | 4.04 | 10.27 | - |
| YUV | 51.15 | 150.49 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 17 | 91 | 0 | 0.83 | 0.12 | 0.60 | 308.37 | 0.72 | 0.24 |
| Hex | 67 | 11 | 5B | 0 | 53 | C | 3C | 134 | 48 | 18 |
| Octal | 147 | 21 | 133 | 0 | 123 | 14 | 74 | 464 | 110 | 30 |
| Binary | 1100111 | 10001 | 1011011 | 0 | 1010011 | 1100 | 111100 | 100110100 | 1001000 | 11000 |
Color Harmonies of #67115B
Complementary color
Monochromatic Colors of #67115B
Black with #67115B
Text Example
Text Example
White with #67115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67115B; }
p { color: rgb(103,17,91); }
H1.HeaderClassName
{
color: #67115B;
}
.AnyTagClassName
{
color: #67115B;
}
</style>
background-color css
<style>
a { background-color: #67115B; }
a { background-color: rgb(103,17,91); }
div.DivClassName
{
background-color: #67115B;
}
.BgClassName
{
background-color: #67115B;
}
</style>
border-color css
<style>
span { border-color: #67115B; }
span { border-color: rgb(103,17,91); }
td.TdClassName
{
border-color: #67115B;
}
.TagClassName
{
border-color: #67115B;
}
</style>