Shades of Palatinate Purple #67035D
Tints of Palatinate Purple #67035D
RGB
CMYK
RGB Variations
Color information
#67035D (or 0x67035D) is known color: Palatinate Purple. HEX triplet: 67, 03 and 5D. RGB value is (103,3,93). Sum of RGB (Red+Green+Blue) = 103+3+93=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #67035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67035D is #98FCA2. Grayscale: #2A2A2A. Windows color (decimal): -10026147 or 6095719. OLE color: 6095719.
HSL color Cylindrical-coordinate representation of color #67035D: hue angle of 306º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #67035D is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 3 | 93 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.60 |
| HSL | 306º | 0.94% | 0.21% | - |
| HSV(B) | 306º | 0.97% | 0.4% | - |
| XYZ | 7.6 | 3.74 | 10.68 | - |
| YUV | 43.16 | 156.13 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 3 | 93 | 0 | 0.97 | 0.10 | 0.60 | 306 | 0.94 | 0.21 |
| Hex | 67 | 3 | 5D | 0 | 61 | A | 3C | 132 | 5E | 15 |
| Octal | 147 | 3 | 135 | 0 | 141 | 12 | 74 | 462 | 136 | 25 |
| Binary | 1100111 | 11 | 1011101 | 0 | 1100001 | 1010 | 111100 | 100110010 | 1011110 | 10101 |
Color Harmonies of #67035D
Complementary color
Monochromatic Colors of #67035D
Black with #67035D
Text Example
Text Example
White with #67035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67035D; }
p { color: rgb(103,3,93); }
H1.HeaderClassName
{
color: #67035D;
}
.AnyTagClassName
{
color: #67035D;
}
</style>
background-color css
<style>
a { background-color: #67035D; }
a { background-color: rgb(103,3,93); }
div.DivClassName
{
background-color: #67035D;
}
.BgClassName
{
background-color: #67035D;
}
</style>
border-color css
<style>
span { border-color: #67035D; }
span { border-color: rgb(103,3,93); }
td.TdClassName
{
border-color: #67035D;
}
.TagClassName
{
border-color: #67035D;
}
</style>