Shades of Palatinate Purple #67035C
Tints of Palatinate Purple #67035C
RGB
CMYK
RGB Variations
Color information
#67035C (or 0x67035C) is known color: Palatinate Purple. HEX triplet: 67, 03 and 5C. RGB value is (103,3,92). Sum of RGB (Red+Green+Blue) = 103+3+92=198 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.02% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 103 - color contains mainly: red. Hex color #67035C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67035C is #98FCA3. Grayscale: #2A2A2A. Windows color (decimal): -10026148 or 6030183. OLE color: 6030183.
HSL color Cylindrical-coordinate representation of color #67035C: hue angle of 306.6º 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 #67035C is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 3 | 92 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.60 |
| HSL | 306.6º | 0.94% | 0.21% | - |
| HSV(B) | 306.6º | 0.97% | 0.4% | - |
| XYZ | 7.56 | 3.72 | 10.45 | - |
| YUV | 43.05 | 155.63 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 3 | 92 | 0 | 0.97 | 0.11 | 0.60 | 306.6 | 0.94 | 0.21 |
| Hex | 67 | 3 | 5C | 0 | 61 | B | 3C | 133 | 5E | 15 |
| Octal | 147 | 3 | 134 | 0 | 141 | 13 | 74 | 463 | 136 | 25 |
| Binary | 1100111 | 11 | 1011100 | 0 | 1100001 | 1011 | 111100 | 100110011 | 1011110 | 10101 |
Color Harmonies of #67035C
Complementary color
Monochromatic Colors of #67035C
Black with #67035C
Text Example
Text Example
White with #67035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67035C; }
p { color: rgb(103,3,92); }
H1.HeaderClassName
{
color: #67035C;
}
.AnyTagClassName
{
color: #67035C;
}
</style>
background-color css
<style>
a { background-color: #67035C; }
a { background-color: rgb(103,3,92); }
div.DivClassName
{
background-color: #67035C;
}
.BgClassName
{
background-color: #67035C;
}
</style>
border-color css
<style>
span { border-color: #67035C; }
span { border-color: rgb(103,3,92); }
td.TdClassName
{
border-color: #67035C;
}
.TagClassName
{
border-color: #67035C;
}
</style>