Shades of Palatinate Purple #6A025D
Tints of Palatinate Purple #6A025D
RGB
CMYK
RGB Variations
Color information
#6A025D (or 0x6A025D) is known color: Palatinate Purple. HEX triplet: 6A, 02 and 5D. RGB value is (106,2,93). Sum of RGB (Red+Green+Blue) = 106+2+93=201 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.74% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 106 - color contains mainly: red. Hex color #6A025D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A025D is #95FDA2. Grayscale: #2B2B2B. Windows color (decimal): -9829795 or 6095466. OLE color: 6095466.
HSL color Cylindrical-coordinate representation of color #6A025D: hue angle of 307.5º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A025D is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 2 | 93 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.58 |
| HSL | 307.5º | 0.96% | 0.21% | - |
| HSV(B) | 307.5º | 0.98% | 0.42% | - |
| XYZ | 7.94 | 3.9 | 10.69 | - |
| YUV | 43.47 | 155.96 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 2 | 93 | 0 | 0.98 | 0.12 | 0.58 | 307.5 | 0.96 | 0.21 |
| Hex | 6A | 2 | 5D | 0 | 62 | C | 3A | 134 | 60 | 15 |
| Octal | 152 | 2 | 135 | 0 | 142 | 14 | 72 | 464 | 140 | 25 |
| Binary | 1101010 | 10 | 1011101 | 0 | 1100010 | 1100 | 111010 | 100110100 | 1100000 | 10101 |
Color Harmonies of #6A025D
Complementary color
Monochromatic Colors of #6A025D
Black with #6A025D
Text Example
Text Example
White with #6A025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A025D; }
p { color: rgb(106,2,93); }
H1.HeaderClassName
{
color: #6A025D;
}
.AnyTagClassName
{
color: #6A025D;
}
</style>
background-color css
<style>
a { background-color: #6A025D; }
a { background-color: rgb(106,2,93); }
div.DivClassName
{
background-color: #6A025D;
}
.BgClassName
{
background-color: #6A025D;
}
</style>
border-color css
<style>
span { border-color: #6A025D; }
span { border-color: rgb(106,2,93); }
td.TdClassName
{
border-color: #6A025D;
}
.TagClassName
{
border-color: #6A025D;
}
</style>