Shades of Palatinate Purple #6A085A
Tints of Palatinate Purple #6A085A
RGB
CMYK
RGB Variations
Color information
#6A085A (or 0x6A085A) is known color: Palatinate Purple. HEX triplet: 6A, 08 and 5A. RGB value is (106,8,90). Sum of RGB (Red+Green+Blue) = 106+8+90=204 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.96% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 106 - color contains mainly: red. Hex color #6A085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A085A is #95F7A5. Grayscale: #2E2E2E. Windows color (decimal): -9828262 or 5900394. OLE color: 5900394.
HSL color Cylindrical-coordinate representation of color #6A085A: hue angle of 309.8º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A085A is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 8 | 90 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.58 |
| HSL | 309.8º | 0.86% | 0.22% | - |
| HSV(B) | 309.8º | 0.92% | 0.42% | - |
| XYZ | 7.88 | 3.98 | 10.03 | - |
| YUV | 46.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 8 | 90 | 0 | 0.92 | 0.15 | 0.58 | 309.8 | 0.86 | 0.22 |
| Hex | 6A | 8 | 5A | 0 | 5C | F | 3A | 136 | 56 | 16 |
| Octal | 152 | 10 | 132 | 0 | 134 | 17 | 72 | 466 | 126 | 26 |
| Binary | 1101010 | 1000 | 1011010 | 0 | 1011100 | 1111 | 111010 | 100110110 | 1010110 | 10110 |
Color Harmonies of #6A085A
Complementary color
Monochromatic Colors of #6A085A
Black with #6A085A
Text Example
Text Example
White with #6A085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A085A; }
p { color: rgb(106,8,90); }
H1.HeaderClassName
{
color: #6A085A;
}
.AnyTagClassName
{
color: #6A085A;
}
</style>
background-color css
<style>
a { background-color: #6A085A; }
a { background-color: rgb(106,8,90); }
div.DivClassName
{
background-color: #6A085A;
}
.BgClassName
{
background-color: #6A085A;
}
</style>
border-color css
<style>
span { border-color: #6A085A; }
span { border-color: rgb(106,8,90); }
td.TdClassName
{
border-color: #6A085A;
}
.TagClassName
{
border-color: #6A085A;
}
</style>