Shades of Palatinate Purple #67185C
Tints of Palatinate Purple #67185C
RGB
CMYK
RGB Variations
Color information
#67185C (or 0x67185C) is known color: Palatinate Purple. HEX triplet: 67, 18 and 5C. RGB value is (103,24,92). Sum of RGB (Red+Green+Blue) = 103+24+92=219 (29% of max value = 765). Red value is 103 (40.62% from 255 or 47.03% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 103 - color contains mainly: red. Hex color #67185C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67185C is #98E7A3. Grayscale: #373737. Windows color (decimal): -10020772 or 6035559. OLE color: 6035559.
HSL color Cylindrical-coordinate representation of color #67185C: hue angle of 308.35º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #67185C is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 24 | 92 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.60 |
| HSL | 308.35º | 0.62% | 0.25% | - |
| HSV(B) | 308.35º | 0.77% | 0.4% | - |
| XYZ | 7.85 | 4.31 | 10.54 | - |
| YUV | 55.37 | 148.67 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 24 | 92 | 0 | 0.77 | 0.11 | 0.60 | 308.35 | 0.62 | 0.25 |
| Hex | 67 | 18 | 5C | 0 | 4D | B | 3C | 134 | 3E | 19 |
| Octal | 147 | 30 | 134 | 0 | 115 | 13 | 74 | 464 | 76 | 31 |
| Binary | 1100111 | 11000 | 1011100 | 0 | 1001101 | 1011 | 111100 | 100110100 | 111110 | 11001 |
Color Harmonies of #67185C
Complementary color
Monochromatic Colors of #67185C
Black with #67185C
Text Example
Text Example
White with #67185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67185C; }
p { color: rgb(103,24,92); }
H1.HeaderClassName
{
color: #67185C;
}
.AnyTagClassName
{
color: #67185C;
}
</style>
background-color css
<style>
a { background-color: #67185C; }
a { background-color: rgb(103,24,92); }
div.DivClassName
{
background-color: #67185C;
}
.BgClassName
{
background-color: #67185C;
}
</style>
border-color css
<style>
span { border-color: #67185C; }
span { border-color: rgb(103,24,92); }
td.TdClassName
{
border-color: #67185C;
}
.TagClassName
{
border-color: #67185C;
}
</style>