Shades of Palatinate Purple #6A105D
Tints of Palatinate Purple #6A105D
RGB
CMYK
RGB Variations
Color information
#6A105D (or 0x6A105D) is known color: Palatinate Purple. HEX triplet: 6A, 10 and 5D. RGB value is (106,16,93). Sum of RGB (Red+Green+Blue) = 106+16+93=215 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.30% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 106 - color contains mainly: red. Hex color #6A105D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A105D is #95EFA2. Grayscale: #333333. Windows color (decimal): -9826211 or 6099050. OLE color: 6099050.
HSL color Cylindrical-coordinate representation of color #6A105D: hue angle of 308.67º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A105D is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 16 | 93 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.58 |
| HSL | 308.67º | 0.74% | 0.24% | - |
| HSV(B) | 308.67º | 0.85% | 0.42% | - |
| XYZ | 8.1 | 4.23 | 10.74 | - |
| YUV | 51.69 | 151.32 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 16 | 93 | 0 | 0.85 | 0.12 | 0.58 | 308.67 | 0.74 | 0.24 |
| Hex | 6A | 10 | 5D | 0 | 55 | C | 3A | 135 | 4A | 18 |
| Octal | 152 | 20 | 135 | 0 | 125 | 14 | 72 | 465 | 112 | 30 |
| Binary | 1101010 | 10000 | 1011101 | 0 | 1010101 | 1100 | 111010 | 100110101 | 1001010 | 11000 |
Color Harmonies of #6A105D
Complementary color
Monochromatic Colors of #6A105D
Black with #6A105D
Text Example
Text Example
White with #6A105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A105D; }
p { color: rgb(106,16,93); }
H1.HeaderClassName
{
color: #6A105D;
}
.AnyTagClassName
{
color: #6A105D;
}
</style>
background-color css
<style>
a { background-color: #6A105D; }
a { background-color: rgb(106,16,93); }
div.DivClassName
{
background-color: #6A105D;
}
.BgClassName
{
background-color: #6A105D;
}
</style>
border-color css
<style>
span { border-color: #6A105D; }
span { border-color: rgb(106,16,93); }
td.TdClassName
{
border-color: #6A105D;
}
.TagClassName
{
border-color: #6A105D;
}
</style>