Shades of Palatinate Purple #67126A
Tints of Palatinate Purple #67126A
RGB
CMYK
RGB Variations
Color information
#67126A (or 0x67126A) is known color: Palatinate Purple. HEX triplet: 67, 12 and 6A. RGB value is (103,18,106). Sum of RGB (Red+Green+Blue) = 103+18+106=227 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.37% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 106 - color contains mainly: blue. Hex color #67126A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67126A is #98ED95. Grayscale: #353535. Windows color (decimal): -10022294 or 6951527. OLE color: 6951527.
HSL color Cylindrical-coordinate representation of color #67126A: hue angle of 297.95º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #67126A is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 18 | 106 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.58 |
| HSL | 297.95º | 0.71% | 0.24% | - |
| HSV(B) | 297.95º | 0.83% | 0.42% | - |
| XYZ | 8.41 | 4.36 | 14.03 | - |
| YUV | 53.45 | 157.66 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 18 | 106 | 0.03 | 0.83 | 0 | 0.58 | 297.95 | 0.71 | 0.24 |
| Hex | 67 | 12 | 6A | 3 | 53 | 0 | 3A | 12A | 47 | 18 |
| Octal | 147 | 22 | 152 | 3 | 123 | 0 | 72 | 452 | 107 | 30 |
| Binary | 1100111 | 10010 | 1101010 | 11 | 1010011 | 0 | 111010 | 100101010 | 1000111 | 11000 |
Color Harmonies of #67126A
Complementary color
Monochromatic Colors of #67126A
Black with #67126A
Text Example
Text Example
White with #67126A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67126A; }
p { color: rgb(103,18,106); }
H1.HeaderClassName
{
color: #67126A;
}
.AnyTagClassName
{
color: #67126A;
}
</style>
background-color css
<style>
a { background-color: #67126A; }
a { background-color: rgb(103,18,106); }
div.DivClassName
{
background-color: #67126A;
}
.BgClassName
{
background-color: #67126A;
}
</style>
border-color css
<style>
span { border-color: #67126A; }
span { border-color: rgb(103,18,106); }
td.TdClassName
{
border-color: #67126A;
}
.TagClassName
{
border-color: #67126A;
}
</style>