Shades of Palatinate Purple #67205C
Tints of Palatinate Purple #67205C
RGB
CMYK
RGB Variations
Color information
#67205C (or 0x67205C) is known color: Palatinate Purple. HEX triplet: 67, 20 and 5C. RGB value is (103,32,92). Sum of RGB (Red+Green+Blue) = 103+32+92=227 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.37% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 103 - color contains mainly: red. Hex color #67205C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67205C is #98DFA3. Grayscale: #3B3B3B. Windows color (decimal): -10018724 or 6037607. OLE color: 6037607.
HSL color Cylindrical-coordinate representation of color #67205C: hue angle of 309.3º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #67205C is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 32 | 92 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.60 |
| HSL | 309.3º | 0.53% | 0.26% | - |
| HSV(B) | 309.3º | 0.69% | 0.4% | - |
| XYZ | 8.04 | 4.69 | 10.61 | - |
| YUV | 60.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 32 | 92 | 0 | 0.69 | 0.11 | 0.60 | 309.3 | 0.53 | 0.26 |
| Hex | 67 | 20 | 5C | 0 | 45 | B | 3C | 135 | 35 | 1A |
| Octal | 147 | 40 | 134 | 0 | 105 | 13 | 74 | 465 | 65 | 32 |
| Binary | 1100111 | 100000 | 1011100 | 0 | 1000101 | 1011 | 111100 | 100110101 | 110101 | 11010 |
Color Harmonies of #67205C
Complementary color
Monochromatic Colors of #67205C
Black with #67205C
Text Example
Text Example
White with #67205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67205C; }
p { color: rgb(103,32,92); }
H1.HeaderClassName
{
color: #67205C;
}
.AnyTagClassName
{
color: #67205C;
}
</style>
background-color css
<style>
a { background-color: #67205C; }
a { background-color: rgb(103,32,92); }
div.DivClassName
{
background-color: #67205C;
}
.BgClassName
{
background-color: #67205C;
}
</style>
border-color css
<style>
span { border-color: #67205C; }
span { border-color: rgb(103,32,92); }
td.TdClassName
{
border-color: #67205C;
}
.TagClassName
{
border-color: #67205C;
}
</style>