Shades of Palatinate Purple #6A255E
Tints of Palatinate Purple #6A255E
RGB
CMYK
RGB Variations
Color information
#6A255E (or 0x6A255E) is known color: Palatinate Purple. HEX triplet: 6A, 25 and 5E. RGB value is (106,37,94). Sum of RGB (Red+Green+Blue) = 106+37+94=237 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.73% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 106 - color contains mainly: red. Hex color #6A255E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A255E is #95DAA1. Grayscale: #3F3F3F. Windows color (decimal): -9820834 or 6169962. OLE color: 6169962.
HSL color Cylindrical-coordinate representation of color #6A255E: hue angle of 310.43º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A255E is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 37 | 94 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.58 |
| HSL | 310.43º | 0.48% | 0.28% | - |
| HSV(B) | 310.43º | 0.65% | 0.42% | - |
| XYZ | 8.63 | 5.2 | 11.14 | - |
| YUV | 64.13 | 144.86 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 37 | 94 | 0 | 0.65 | 0.11 | 0.58 | 310.43 | 0.48 | 0.28 |
| Hex | 6A | 25 | 5E | 0 | 41 | B | 3A | 136 | 30 | 1C |
| Octal | 152 | 45 | 136 | 0 | 101 | 13 | 72 | 466 | 60 | 34 |
| Binary | 1101010 | 100101 | 1011110 | 0 | 1000001 | 1011 | 111010 | 100110110 | 110000 | 11100 |
Color Harmonies of #6A255E
Complementary color
Monochromatic Colors of #6A255E
Black with #6A255E
Text Example
Text Example
White with #6A255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A255E; }
p { color: rgb(106,37,94); }
H1.HeaderClassName
{
color: #6A255E;
}
.AnyTagClassName
{
color: #6A255E;
}
</style>
background-color css
<style>
a { background-color: #6A255E; }
a { background-color: rgb(106,37,94); }
div.DivClassName
{
background-color: #6A255E;
}
.BgClassName
{
background-color: #6A255E;
}
</style>
border-color css
<style>
span { border-color: #6A255E; }
span { border-color: rgb(106,37,94); }
td.TdClassName
{
border-color: #6A255E;
}
.TagClassName
{
border-color: #6A255E;
}
</style>