Shades of Palatinate Purple #6A0F5D
Tints of Palatinate Purple #6A0F5D
RGB
CMYK
RGB Variations
Color information
#6A0F5D (or 0x6A0F5D) is known color: Palatinate Purple. HEX triplet: 6A, 0F and 5D. RGB value is (106,15,93). Sum of RGB (Red+Green+Blue) = 106+15+93=214 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.53% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0F5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0F5D is #95F0A2. Grayscale: #323232. Windows color (decimal): -9826467 or 6098794. OLE color: 6098794.
HSL color Cylindrical-coordinate representation of color #6A0F5D: hue angle of 308.57º 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 #6A0F5D is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 15 | 93 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.58 |
| HSL | 308.57º | 0.75% | 0.24% | - |
| HSV(B) | 308.57º | 0.86% | 0.42% | - |
| XYZ | 8.09 | 4.2 | 10.74 | - |
| YUV | 51.1 | 151.65 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 15 | 93 | 0 | 0.86 | 0.12 | 0.58 | 308.57 | 0.75 | 0.24 |
| Hex | 6A | F | 5D | 0 | 56 | C | 3A | 135 | 4B | 18 |
| Octal | 152 | 17 | 135 | 0 | 126 | 14 | 72 | 465 | 113 | 30 |
| Binary | 1101010 | 1111 | 1011101 | 0 | 1010110 | 1100 | 111010 | 100110101 | 1001011 | 11000 |
Color Harmonies of #6A0F5D
Complementary color
Monochromatic Colors of #6A0F5D
Black with #6A0F5D
Text Example
Text Example
White with #6A0F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0F5D; }
p { color: rgb(106,15,93); }
H1.HeaderClassName
{
color: #6A0F5D;
}
.AnyTagClassName
{
color: #6A0F5D;
}
</style>
background-color css
<style>
a { background-color: #6A0F5D; }
a { background-color: rgb(106,15,93); }
div.DivClassName
{
background-color: #6A0F5D;
}
.BgClassName
{
background-color: #6A0F5D;
}
</style>
border-color css
<style>
span { border-color: #6A0F5D; }
span { border-color: rgb(106,15,93); }
td.TdClassName
{
border-color: #6A0F5D;
}
.TagClassName
{
border-color: #6A0F5D;
}
</style>