Shades of Palatinate Purple #6A135B
Tints of Palatinate Purple #6A135B
RGB
CMYK
RGB Variations
Color information
#6A135B (or 0x6A135B) is known color: Palatinate Purple. HEX triplet: 6A, 13 and 5B. RGB value is (106,19,91). Sum of RGB (Red+Green+Blue) = 106+19+91=216 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.07% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 106 - color contains mainly: red. Hex color #6A135B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A135B is #95ECA4. Grayscale: #353535. Windows color (decimal): -9825445 or 5968746. OLE color: 5968746.
HSL color Cylindrical-coordinate representation of color #6A135B: hue angle of 310.34º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A135B is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 19 | 91 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.58 |
| HSL | 310.34º | 0.7% | 0.25% | - |
| HSV(B) | 310.34º | 0.82% | 0.42% | - |
| XYZ | 8.07 | 4.29 | 10.3 | - |
| YUV | 53.22 | 149.32 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 19 | 91 | 0 | 0.82 | 0.14 | 0.58 | 310.34 | 0.7 | 0.25 |
| Hex | 6A | 13 | 5B | 0 | 52 | E | 3A | 136 | 46 | 19 |
| Octal | 152 | 23 | 133 | 0 | 122 | 16 | 72 | 466 | 106 | 31 |
| Binary | 1101010 | 10011 | 1011011 | 0 | 1010010 | 1110 | 111010 | 100110110 | 1000110 | 11001 |
Color Harmonies of #6A135B
Complementary color
Monochromatic Colors of #6A135B
Black with #6A135B
Text Example
Text Example
White with #6A135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A135B; }
p { color: rgb(106,19,91); }
H1.HeaderClassName
{
color: #6A135B;
}
.AnyTagClassName
{
color: #6A135B;
}
</style>
background-color css
<style>
a { background-color: #6A135B; }
a { background-color: rgb(106,19,91); }
div.DivClassName
{
background-color: #6A135B;
}
.BgClassName
{
background-color: #6A135B;
}
</style>
border-color css
<style>
span { border-color: #6A135B; }
span { border-color: rgb(106,19,91); }
td.TdClassName
{
border-color: #6A135B;
}
.TagClassName
{
border-color: #6A135B;
}
</style>