Shades of Palatinate Purple #67075F
Tints of Palatinate Purple #67075F
RGB
CMYK
RGB Variations
Color information
#67075F (or 0x67075F) is known color: Palatinate Purple. HEX triplet: 67, 07 and 5F. RGB value is (103,7,95). Sum of RGB (Red+Green+Blue) = 103+7+95=205 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.24% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 103 - color contains mainly: red. Hex color #67075F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67075F is #98F8A0. Grayscale: #2D2D2D. Windows color (decimal): -10025121 or 6227815. OLE color: 6227815.
HSL color Cylindrical-coordinate representation of color #67075F: hue angle of 305º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #67075F is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 7 | 95 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.60 |
| HSL | 305º | 0.87% | 0.22% | - |
| HSV(B) | 305º | 0.93% | 0.4% | - |
| XYZ | 7.74 | 3.86 | 11.16 | - |
| YUV | 45.74 | 155.8 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 7 | 95 | 0 | 0.93 | 0.08 | 0.60 | 305 | 0.87 | 0.22 |
| Hex | 67 | 7 | 5F | 0 | 5D | 8 | 3C | 131 | 57 | 16 |
| Octal | 147 | 7 | 137 | 0 | 135 | 10 | 74 | 461 | 127 | 26 |
| Binary | 1100111 | 111 | 1011111 | 0 | 1011101 | 1000 | 111100 | 100110001 | 1010111 | 10110 |
Color Harmonies of #67075F
Complementary color
Monochromatic Colors of #67075F
Black with #67075F
Text Example
Text Example
White with #67075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67075F; }
p { color: rgb(103,7,95); }
H1.HeaderClassName
{
color: #67075F;
}
.AnyTagClassName
{
color: #67075F;
}
</style>
background-color css
<style>
a { background-color: #67075F; }
a { background-color: rgb(103,7,95); }
div.DivClassName
{
background-color: #67075F;
}
.BgClassName
{
background-color: #67075F;
}
</style>
border-color css
<style>
span { border-color: #67075F; }
span { border-color: rgb(103,7,95); }
td.TdClassName
{
border-color: #67075F;
}
.TagClassName
{
border-color: #67075F;
}
</style>