Shades of Palatinate Purple #6A085E
Tints of Palatinate Purple #6A085E
RGB
CMYK
RGB Variations
Color information
#6A085E (or 0x6A085E) is known color: Palatinate Purple. HEX triplet: 6A, 08 and 5E. RGB value is (106,8,94). Sum of RGB (Red+Green+Blue) = 106+8+94=208 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.96% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 106 - color contains mainly: red. Hex color #6A085E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A085E is #95F7A1. Grayscale: #2E2E2E. Windows color (decimal): -9828258 or 6162538. OLE color: 6162538.
HSL color Cylindrical-coordinate representation of color #6A085E: hue angle of 307.35º 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 #6A085E is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
RGB | 106 | 8 | 94 | - |
CMYK | 0 | 0.92 | 0.11 | 0.58 |
HSL | 307.35º | 0.86% | 0.22% | - |
HSV(B) | 307.35º | 0.92% | 0.42% | - |
XYZ | 8.05 | 4.05 | 10.95 | - |
YUV | 47.11 | 154.47 | 170.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 106 | 8 | 94 | 0 | 0.92 | 0.11 | 0.58 | 307.35 | 0.86 | 0.22 |
Hex | 6A | 8 | 5E | 0 | 5C | B | 3A | 133 | 56 | 16 |
Octal | 152 | 10 | 136 | 0 | 134 | 13 | 72 | 463 | 126 | 26 |
Binary | 1101010 | 1000 | 1011110 | 0 | 1011100 | 1011 | 111010 | 100110011 | 1010110 | 10110 |
Color Harmonies of #6A085E
Complementary color
Monochromatic Colors of #6A085E
Black with #6A085E
Text Example
Text Example
White with #6A085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A085E; }
p { color: rgb(106,8,94); }
H1.HeaderClassName
{
color: #6A085E;
}
.AnyTagClassName
{
color: #6A085E;
}
</style>
background-color css
<style>
a { background-color: #6A085E; }
a { background-color: rgb(106,8,94); }
div.DivClassName
{
background-color: #6A085E;
}
.BgClassName
{
background-color: #6A085E;
}
</style>
border-color css
<style>
span { border-color: #6A085E; }
span { border-color: rgb(106,8,94); }
td.TdClassName
{
border-color: #6A085E;
}
.TagClassName
{
border-color: #6A085E;
}
</style>