Shades of Palatinate Purple #67085B
Tints of Palatinate Purple #67085B
RGB
CMYK
RGB Variations
Color information
#67085B (or 0x67085B) is known color: Palatinate Purple. HEX triplet: 67, 08 and 5B. RGB value is (103,8,91). Sum of RGB (Red+Green+Blue) = 103+8+91=202 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.99% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 103 - color contains mainly: red. Hex color #67085B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67085B is #98F7A4. Grayscale: #2D2D2D. Windows color (decimal): -10024869 or 5965927. OLE color: 5965927.
HSL color Cylindrical-coordinate representation of color #67085B: hue angle of 307.58º 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 #67085B is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 8 | 91 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.60 |
| HSL | 307.58º | 0.86% | 0.22% | - |
| HSV(B) | 307.58º | 0.92% | 0.4% | - |
| XYZ | 7.57 | 3.81 | 10.23 | - |
| YUV | 45.87 | 153.47 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 8 | 91 | 0 | 0.92 | 0.12 | 0.60 | 307.58 | 0.86 | 0.22 |
| Hex | 67 | 8 | 5B | 0 | 5C | C | 3C | 134 | 56 | 16 |
| Octal | 147 | 10 | 133 | 0 | 134 | 14 | 74 | 464 | 126 | 26 |
| Binary | 1100111 | 1000 | 1011011 | 0 | 1011100 | 1100 | 111100 | 100110100 | 1010110 | 10110 |
Color Harmonies of #67085B
Complementary color
Monochromatic Colors of #67085B
Black with #67085B
Text Example
Text Example
White with #67085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67085B; }
p { color: rgb(103,8,91); }
H1.HeaderClassName
{
color: #67085B;
}
.AnyTagClassName
{
color: #67085B;
}
</style>
background-color css
<style>
a { background-color: #67085B; }
a { background-color: rgb(103,8,91); }
div.DivClassName
{
background-color: #67085B;
}
.BgClassName
{
background-color: #67085B;
}
</style>
border-color css
<style>
span { border-color: #67085B; }
span { border-color: rgb(103,8,91); }
td.TdClassName
{
border-color: #67085B;
}
.TagClassName
{
border-color: #67085B;
}
</style>