Shades of Palatinate Purple #67065A
Tints of Palatinate Purple #67065A
RGB
CMYK
RGB Variations
Color information
#67065A (or 0x67065A) is known color: Palatinate Purple. HEX triplet: 67, 06 and 5A. RGB value is (103,6,90). Sum of RGB (Red+Green+Blue) = 103+6+90=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #67065A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67065A is #98F9A5. Grayscale: #2C2C2C. Windows color (decimal): -10025382 or 5899879. OLE color: 5899879.
HSL color Cylindrical-coordinate representation of color #67065A: hue angle of 308.04º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #67065A is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 6 | 90 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.60 |
| HSL | 308.04º | 0.89% | 0.21% | - |
| HSV(B) | 308.04º | 0.94% | 0.4% | - |
| XYZ | 7.5 | 3.75 | 10 | - |
| YUV | 44.58 | 153.64 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 6 | 90 | 0 | 0.94 | 0.13 | 0.60 | 308.04 | 0.89 | 0.21 |
| Hex | 67 | 6 | 5A | 0 | 5E | D | 3C | 134 | 59 | 15 |
| Octal | 147 | 6 | 132 | 0 | 136 | 15 | 74 | 464 | 131 | 25 |
| Binary | 1100111 | 110 | 1011010 | 0 | 1011110 | 1101 | 111100 | 100110100 | 1011001 | 10101 |
Color Harmonies of #67065A
Complementary color
Monochromatic Colors of #67065A
Black with #67065A
Text Example
Text Example
White with #67065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67065A; }
p { color: rgb(103,6,90); }
H1.HeaderClassName
{
color: #67065A;
}
.AnyTagClassName
{
color: #67065A;
}
</style>
background-color css
<style>
a { background-color: #67065A; }
a { background-color: rgb(103,6,90); }
div.DivClassName
{
background-color: #67065A;
}
.BgClassName
{
background-color: #67065A;
}
</style>
border-color css
<style>
span { border-color: #67065A; }
span { border-color: rgb(103,6,90); }
td.TdClassName
{
border-color: #67065A;
}
.TagClassName
{
border-color: #67065A;
}
</style>