Shades of Palatinate Purple #6A2658
Tints of Palatinate Purple #6A2658
RGB
CMYK
RGB Variations
Color information
#6A2658 (or 0x6A2658) is known color: Palatinate Purple. HEX triplet: 6A, 26 and 58. RGB value is (106,38,88). Sum of RGB (Red+Green+Blue) = 106+38+88=232 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.69% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2658 is #95D9A7. Grayscale: #3F3F3F. Windows color (decimal): -9820584 or 5777002. OLE color: 5777002.
HSL color Cylindrical-coordinate representation of color #6A2658: hue angle of 315.88º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6A2658 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 38 | 88 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.58 |
| HSL | 315.88º | 0.47% | 0.28% | - |
| HSV(B) | 315.88º | 0.64% | 0.42% | - |
| XYZ | 8.4 | 5.15 | 9.78 | - |
| YUV | 64.03 | 141.53 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 38 | 88 | 0 | 0.64 | 0.17 | 0.58 | 315.88 | 0.47 | 0.28 |
| Hex | 6A | 26 | 58 | 0 | 40 | 11 | 3A | 13C | 2F | 1C |
| Octal | 152 | 46 | 130 | 0 | 100 | 21 | 72 | 474 | 57 | 34 |
| Binary | 1101010 | 100110 | 1011000 | 0 | 1000000 | 10001 | 111010 | 100111100 | 101111 | 11100 |
Color Harmonies of #6A2658
Complementary color
Monochromatic Colors of #6A2658
Black with #6A2658
Text Example
Text Example
White with #6A2658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2658; }
p { color: rgb(106,38,88); }
H1.HeaderClassName
{
color: #6A2658;
}
.AnyTagClassName
{
color: #6A2658;
}
</style>
background-color css
<style>
a { background-color: #6A2658; }
a { background-color: rgb(106,38,88); }
div.DivClassName
{
background-color: #6A2658;
}
.BgClassName
{
background-color: #6A2658;
}
</style>
border-color css
<style>
span { border-color: #6A2658; }
span { border-color: rgb(106,38,88); }
td.TdClassName
{
border-color: #6A2658;
}
.TagClassName
{
border-color: #6A2658;
}
</style>