Shades of Palatinate Purple #6A1A6D
Tints of Palatinate Purple #6A1A6D
RGB
CMYK
RGB Variations
Color information
#6A1A6D (or 0x6A1A6D) is known color: Palatinate Purple. HEX triplet: 6A, 1A and 6D. RGB value is (106,26,109). Sum of RGB (Red+Green+Blue) = 106+26+109=241 (31% of max value = 765). Red value is 106 (41.80% from 255 or 43.98% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #6A1A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A1A6D is #95E592. Grayscale: #3B3B3B. Windows color (decimal): -9823635 or 7150186. OLE color: 7150186.
HSL color Cylindrical-coordinate representation of color #6A1A6D: hue angle of 297.83º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6A1A6D is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 26 | 109 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.57 |
| HSL | 297.83º | 0.61% | 0.26% | - |
| HSV(B) | 297.83º | 0.76% | 0.43% | - |
| XYZ | 9.07 | 4.91 | 14.94 | - |
| YUV | 59.38 | 156 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 26 | 109 | 0.03 | 0.76 | 0 | 0.57 | 297.83 | 0.61 | 0.26 |
| Hex | 6A | 1A | 6D | 3 | 4C | 0 | 39 | 12A | 3D | 1A |
| Octal | 152 | 32 | 155 | 3 | 114 | 0 | 71 | 452 | 75 | 32 |
| Binary | 1101010 | 11010 | 1101101 | 11 | 1001100 | 0 | 111001 | 100101010 | 111101 | 11010 |
Color Harmonies of #6A1A6D
Complementary color
Monochromatic Colors of #6A1A6D
Black with #6A1A6D
Text Example
Text Example
White with #6A1A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1A6D; }
p { color: rgb(106,26,109); }
H1.HeaderClassName
{
color: #6A1A6D;
}
.AnyTagClassName
{
color: #6A1A6D;
}
</style>
background-color css
<style>
a { background-color: #6A1A6D; }
a { background-color: rgb(106,26,109); }
div.DivClassName
{
background-color: #6A1A6D;
}
.BgClassName
{
background-color: #6A1A6D;
}
</style>
border-color css
<style>
span { border-color: #6A1A6D; }
span { border-color: rgb(106,26,109); }
td.TdClassName
{
border-color: #6A1A6D;
}
.TagClassName
{
border-color: #6A1A6D;
}
</style>