Shades of Palatinate Purple #6A1461
Tints of Palatinate Purple #6A1461
RGB
CMYK
RGB Variations
Color information
#6A1461 (or 0x6A1461) is known color: Palatinate Purple. HEX triplet: 6A, 14 and 61. RGB value is (106,20,97). Sum of RGB (Red+Green+Blue) = 106+20+97=223 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.53% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1461 is #95EB9E. Grayscale: #363636. Windows color (decimal): -9825183 or 6362218. OLE color: 6362218.
HSL color Cylindrical-coordinate representation of color #6A1461: hue angle of 306.28º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A1461 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 20 | 97 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.58 |
| HSL | 306.28º | 0.68% | 0.25% | - |
| HSV(B) | 306.28º | 0.81% | 0.42% | - |
| XYZ | 8.35 | 4.43 | 11.72 | - |
| YUV | 54.49 | 151.99 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 20 | 97 | 0 | 0.81 | 0.08 | 0.58 | 306.28 | 0.68 | 0.25 |
| Hex | 6A | 14 | 61 | 0 | 51 | 8 | 3A | 132 | 44 | 19 |
| Octal | 152 | 24 | 141 | 0 | 121 | 10 | 72 | 462 | 104 | 31 |
| Binary | 1101010 | 10100 | 1100001 | 0 | 1010001 | 1000 | 111010 | 100110010 | 1000100 | 11001 |
Color Harmonies of #6A1461
Complementary color
Monochromatic Colors of #6A1461
Black with #6A1461
Text Example
Text Example
White with #6A1461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1461; }
p { color: rgb(106,20,97); }
H1.HeaderClassName
{
color: #6A1461;
}
.AnyTagClassName
{
color: #6A1461;
}
</style>
background-color css
<style>
a { background-color: #6A1461; }
a { background-color: rgb(106,20,97); }
div.DivClassName
{
background-color: #6A1461;
}
.BgClassName
{
background-color: #6A1461;
}
</style>
border-color css
<style>
span { border-color: #6A1461; }
span { border-color: rgb(106,20,97); }
td.TdClassName
{
border-color: #6A1461;
}
.TagClassName
{
border-color: #6A1461;
}
</style>