Shades of Palatinate Purple #6A226B
Tints of Palatinate Purple #6A226B
RGB
CMYK
RGB Variations
Color information
#6A226B (or 0x6A226B) is known color: Palatinate Purple. HEX triplet: 6A, 22 and 6B. RGB value is (106,34,107). Sum of RGB (Red+Green+Blue) = 106+34+107=247 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.91% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #6A226B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A226B is #95DD94. Grayscale: #3F3F3F. Windows color (decimal): -9821589 or 7021162. OLE color: 7021162.
HSL color Cylindrical-coordinate representation of color #6A226B: hue angle of 299.18º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6A226B is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 34 | 107 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.58 |
| HSL | 299.18º | 0.52% | 0.28% | - |
| HSV(B) | 299.18º | 0.68% | 0.42% | - |
| XYZ | 9.17 | 5.27 | 14.44 | - |
| YUV | 63.85 | 152.35 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 34 | 107 | 0.01 | 0.68 | 0 | 0.58 | 299.18 | 0.52 | 0.28 |
| Hex | 6A | 22 | 6B | 1 | 44 | 0 | 3A | 12B | 34 | 1C |
| Octal | 152 | 42 | 153 | 1 | 104 | 0 | 72 | 453 | 64 | 34 |
| Binary | 1101010 | 100010 | 1101011 | 1 | 1000100 | 0 | 111010 | 100101011 | 110100 | 11100 |
Color Harmonies of #6A226B
Complementary color
Monochromatic Colors of #6A226B
Black with #6A226B
Text Example
Text Example
White with #6A226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A226B; }
p { color: rgb(106,34,107); }
H1.HeaderClassName
{
color: #6A226B;
}
.AnyTagClassName
{
color: #6A226B;
}
</style>
background-color css
<style>
a { background-color: #6A226B; }
a { background-color: rgb(106,34,107); }
div.DivClassName
{
background-color: #6A226B;
}
.BgClassName
{
background-color: #6A226B;
}
</style>
border-color css
<style>
span { border-color: #6A226B; }
span { border-color: rgb(106,34,107); }
td.TdClassName
{
border-color: #6A226B;
}
.TagClassName
{
border-color: #6A226B;
}
</style>