Shades of Palatinate Purple #6A0F5E
Tints of Palatinate Purple #6A0F5E
RGB
CMYK
RGB Variations
Color information
#6A0F5E (or 0x6A0F5E) is known color: Palatinate Purple. HEX triplet: 6A, 0F and 5E. RGB value is (106,15,94). Sum of RGB (Red+Green+Blue) = 106+15+94=215 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.30% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0F5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0F5E is #95F0A1. Grayscale: #323232. Windows color (decimal): -9826466 or 6164330. OLE color: 6164330.
HSL color Cylindrical-coordinate representation of color #6A0F5E: hue angle of 307.91º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A0F5E is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 15 | 94 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.58 |
| HSL | 307.91º | 0.75% | 0.24% | - |
| HSV(B) | 307.91º | 0.86% | 0.42% | - |
| XYZ | 8.14 | 4.21 | 10.97 | - |
| YUV | 51.22 | 152.15 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 15 | 94 | 0 | 0.86 | 0.11 | 0.58 | 307.91 | 0.75 | 0.24 |
| Hex | 6A | F | 5E | 0 | 56 | B | 3A | 134 | 4B | 18 |
| Octal | 152 | 17 | 136 | 0 | 126 | 13 | 72 | 464 | 113 | 30 |
| Binary | 1101010 | 1111 | 1011110 | 0 | 1010110 | 1011 | 111010 | 100110100 | 1001011 | 11000 |
Color Harmonies of #6A0F5E
Complementary color
Monochromatic Colors of #6A0F5E
Black with #6A0F5E
Text Example
Text Example
White with #6A0F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0F5E; }
p { color: rgb(106,15,94); }
H1.HeaderClassName
{
color: #6A0F5E;
}
.AnyTagClassName
{
color: #6A0F5E;
}
</style>
background-color css
<style>
a { background-color: #6A0F5E; }
a { background-color: rgb(106,15,94); }
div.DivClassName
{
background-color: #6A0F5E;
}
.BgClassName
{
background-color: #6A0F5E;
}
</style>
border-color css
<style>
span { border-color: #6A0F5E; }
span { border-color: rgb(106,15,94); }
td.TdClassName
{
border-color: #6A0F5E;
}
.TagClassName
{
border-color: #6A0F5E;
}
</style>