Shades of Palatinate Purple #67185F
Tints of Palatinate Purple #67185F
RGB
CMYK
RGB Variations
Color information
#67185F (or 0x67185F) is known color: Palatinate Purple. HEX triplet: 67, 18 and 5F. RGB value is (103,24,95). Sum of RGB (Red+Green+Blue) = 103+24+95=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 103 - color contains mainly: red. Hex color #67185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67185F is #98E7A0. Grayscale: #373737. Windows color (decimal): -10020769 or 6232167. OLE color: 6232167.
HSL color Cylindrical-coordinate representation of color #67185F: hue angle of 306.08º 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 #67185F is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 24 | 95 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.60 |
| HSL | 306.08º | 0.62% | 0.25% | - |
| HSV(B) | 306.08º | 0.77% | 0.4% | - |
| XYZ | 7.99 | 4.36 | 11.25 | - |
| YUV | 55.72 | 150.17 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 24 | 95 | 0 | 0.77 | 0.08 | 0.60 | 306.08 | 0.62 | 0.25 |
| Hex | 67 | 18 | 5F | 0 | 4D | 8 | 3C | 132 | 3E | 19 |
| Octal | 147 | 30 | 137 | 0 | 115 | 10 | 74 | 462 | 76 | 31 |
| Binary | 1100111 | 11000 | 1011111 | 0 | 1001101 | 1000 | 111100 | 100110010 | 111110 | 11001 |
Color Harmonies of #67185F
Complementary color
Monochromatic Colors of #67185F
Black with #67185F
Text Example
Text Example
White with #67185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67185F; }
p { color: rgb(103,24,95); }
H1.HeaderClassName
{
color: #67185F;
}
.AnyTagClassName
{
color: #67185F;
}
</style>
background-color css
<style>
a { background-color: #67185F; }
a { background-color: rgb(103,24,95); }
div.DivClassName
{
background-color: #67185F;
}
.BgClassName
{
background-color: #67185F;
}
</style>
border-color css
<style>
span { border-color: #67185F; }
span { border-color: rgb(103,24,95); }
td.TdClassName
{
border-color: #67185F;
}
.TagClassName
{
border-color: #67185F;
}
</style>