Shades of Palatinate Purple #67085C
Tints of Palatinate Purple #67085C
RGB
CMYK
RGB Variations
Color information
#67085C (or 0x67085C) is known color: Palatinate Purple. HEX triplet: 67, 08 and 5C. RGB value is (103,8,92). Sum of RGB (Red+Green+Blue) = 103+8+92=203 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.74% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 103 - color contains mainly: red. Hex color #67085C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67085C is #98F7A3. Grayscale: #2D2D2D. Windows color (decimal): -10024868 or 6031463. OLE color: 6031463.
HSL color Cylindrical-coordinate representation of color #67085C: hue angle of 306.95º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #67085C is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 8 | 92 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.60 |
| HSL | 306.95º | 0.86% | 0.22% | - |
| HSV(B) | 306.95º | 0.92% | 0.4% | - |
| XYZ | 7.61 | 3.83 | 10.46 | - |
| YUV | 45.98 | 153.97 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 8 | 92 | 0 | 0.92 | 0.11 | 0.60 | 306.95 | 0.86 | 0.22 |
| Hex | 67 | 8 | 5C | 0 | 5C | B | 3C | 133 | 56 | 16 |
| Octal | 147 | 10 | 134 | 0 | 134 | 13 | 74 | 463 | 126 | 26 |
| Binary | 1100111 | 1000 | 1011100 | 0 | 1011100 | 1011 | 111100 | 100110011 | 1010110 | 10110 |
Color Harmonies of #67085C
Complementary color
Monochromatic Colors of #67085C
Black with #67085C
Text Example
Text Example
White with #67085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67085C; }
p { color: rgb(103,8,92); }
H1.HeaderClassName
{
color: #67085C;
}
.AnyTagClassName
{
color: #67085C;
}
</style>
background-color css
<style>
a { background-color: #67085C; }
a { background-color: rgb(103,8,92); }
div.DivClassName
{
background-color: #67085C;
}
.BgClassName
{
background-color: #67085C;
}
</style>
border-color css
<style>
span { border-color: #67085C; }
span { border-color: rgb(103,8,92); }
td.TdClassName
{
border-color: #67085C;
}
.TagClassName
{
border-color: #67085C;
}
</style>