Shades of Palatinate Purple #67205A
Tints of Palatinate Purple #67205A
RGB
CMYK
RGB Variations
Color information
#67205A (or 0x67205A) is known color: Palatinate Purple. HEX triplet: 67, 20 and 5A. RGB value is (103,32,90). Sum of RGB (Red+Green+Blue) = 103+32+90=225 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.78% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 103 - color contains mainly: red. Hex color #67205A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67205A is #98DFA5. Grayscale: #3B3B3B. Windows color (decimal): -10018726 or 5906535. OLE color: 5906535.
HSL color Cylindrical-coordinate representation of color #67205A: hue angle of 310.99º 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 #67205A is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 32 | 90 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.60 |
| HSL | 310.99º | 0.53% | 0.26% | - |
| HSV(B) | 310.99º | 0.69% | 0.4% | - |
| XYZ | 7.96 | 4.65 | 10.15 | - |
| YUV | 59.84 | 145.02 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 32 | 90 | 0 | 0.69 | 0.13 | 0.60 | 310.99 | 0.53 | 0.26 |
| Hex | 67 | 20 | 5A | 0 | 45 | D | 3C | 137 | 35 | 1A |
| Octal | 147 | 40 | 132 | 0 | 105 | 15 | 74 | 467 | 65 | 32 |
| Binary | 1100111 | 100000 | 1011010 | 0 | 1000101 | 1101 | 111100 | 100110111 | 110101 | 11010 |
Color Harmonies of #67205A
Complementary color
Monochromatic Colors of #67205A
Black with #67205A
Text Example
Text Example
White with #67205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67205A; }
p { color: rgb(103,32,90); }
H1.HeaderClassName
{
color: #67205A;
}
.AnyTagClassName
{
color: #67205A;
}
</style>
background-color css
<style>
a { background-color: #67205A; }
a { background-color: rgb(103,32,90); }
div.DivClassName
{
background-color: #67205A;
}
.BgClassName
{
background-color: #67205A;
}
</style>
border-color css
<style>
span { border-color: #67205A; }
span { border-color: rgb(103,32,90); }
td.TdClassName
{
border-color: #67205A;
}
.TagClassName
{
border-color: #67205A;
}
</style>