Shades of Palatinate Purple #6A265E
Tints of Palatinate Purple #6A265E
RGB
CMYK
RGB Variations
Color information
#6A265E (or 0x6A265E) is known color: Palatinate Purple. HEX triplet: 6A, 26 and 5E. RGB value is (106,38,94). Sum of RGB (Red+Green+Blue) = 106+38+94=238 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.54% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 106 - color contains mainly: red. Hex color #6A265E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A265E is #95D9A1. Grayscale: #404040. Windows color (decimal): -9820578 or 6170218. OLE color: 6170218.
HSL color Cylindrical-coordinate representation of color #6A265E: hue angle of 310.59º 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 #6A265E is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 38 | 94 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.58 |
| HSL | 310.59º | 0.47% | 0.28% | - |
| HSV(B) | 310.59º | 0.64% | 0.42% | - |
| XYZ | 8.66 | 5.26 | 11.15 | - |
| YUV | 64.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 38 | 94 | 0 | 0.64 | 0.11 | 0.58 | 310.59 | 0.47 | 0.28 |
| Hex | 6A | 26 | 5E | 0 | 40 | B | 3A | 137 | 2F | 1C |
| Octal | 152 | 46 | 136 | 0 | 100 | 13 | 72 | 467 | 57 | 34 |
| Binary | 1101010 | 100110 | 1011110 | 0 | 1000000 | 1011 | 111010 | 100110111 | 101111 | 11100 |
Color Harmonies of #6A265E
Complementary color
Monochromatic Colors of #6A265E
Black with #6A265E
Text Example
Text Example
White with #6A265E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A265E; }
p { color: rgb(106,38,94); }
H1.HeaderClassName
{
color: #6A265E;
}
.AnyTagClassName
{
color: #6A265E;
}
</style>
background-color css
<style>
a { background-color: #6A265E; }
a { background-color: rgb(106,38,94); }
div.DivClassName
{
background-color: #6A265E;
}
.BgClassName
{
background-color: #6A265E;
}
</style>
border-color css
<style>
span { border-color: #6A265E; }
span { border-color: rgb(106,38,94); }
td.TdClassName
{
border-color: #6A265E;
}
.TagClassName
{
border-color: #6A265E;
}
</style>