Shades of Palatinate Purple #6A005D
Tints of Palatinate Purple #6A005D
RGB
CMYK
RGB Variations
Color information
#6A005D (or 0x6A005D) is known color: Palatinate Purple. HEX triplet: 6A, 00 and 5D. RGB value is (106,0,93). Sum of RGB (Red+Green+Blue) = 106+0+93=199 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.27% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 106 - color contains mainly: red. Hex color #6A005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A005D is #95FFA2. Grayscale: #2A2A2A. Windows color (decimal): -9830307 or 6094954. OLE color: 6094954.
HSL color Cylindrical-coordinate representation of color #6A005D: hue angle of 307.36º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A005D is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.12 | 0.58 |
| HSL | 307.36º | 1% | 0.21% | - |
| HSV(B) | 307.36º | 1% | 0.42% | - |
| XYZ | 7.92 | 3.85 | 10.68 | - |
| YUV | 42.3 | 156.62 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 0 | 93 | 0 | 1 | 0.12 | 0.58 | 307.36 | 1 | 0.21 |
| Hex | 6A | 0 | 5D | 0 | 64 | C | 3A | 133 | 64 | 15 |
| Octal | 152 | 0 | 135 | 0 | 144 | 14 | 72 | 463 | 144 | 25 |
| Binary | 1101010 | 0 | 1011101 | 0 | 1100100 | 1100 | 111010 | 100110011 | 1100100 | 10101 |
Color Harmonies of #6A005D
Complementary color
Monochromatic Colors of #6A005D
Black with #6A005D
Text Example
Text Example
White with #6A005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A005D; }
p { color: rgb(106,0,93); }
H1.HeaderClassName
{
color: #6A005D;
}
.AnyTagClassName
{
color: #6A005D;
}
</style>
background-color css
<style>
a { background-color: #6A005D; }
a { background-color: rgb(106,0,93); }
div.DivClassName
{
background-color: #6A005D;
}
.BgClassName
{
background-color: #6A005D;
}
</style>
border-color css
<style>
span { border-color: #6A005D; }
span { border-color: rgb(106,0,93); }
td.TdClassName
{
border-color: #6A005D;
}
.TagClassName
{
border-color: #6A005D;
}
</style>