Shades of Palatinate Purple #6B135E
Tints of Palatinate Purple #6B135E
RGB
CMYK
RGB Variations
Color information
#6B135E (or 0x6B135E) is known color: Palatinate Purple. HEX triplet: 6B, 13 and 5E. RGB value is (107,19,94). Sum of RGB (Red+Green+Blue) = 107+19+94=220 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.64% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 107 - color contains mainly: red. Hex color #6B135E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B135E is #94ECA1. Grayscale: #353535. Windows color (decimal): -9759906 or 6165355. OLE color: 6165355.
HSL color Cylindrical-coordinate representation of color #6B135E: hue angle of 308.86º 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 #6B135E is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 19 | 94 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.58 |
| HSL | 308.86º | 0.7% | 0.25% | - |
| HSV(B) | 308.86º | 0.82% | 0.42% | - |
| XYZ | 8.32 | 4.4 | 11 | - |
| YUV | 53.86 | 150.65 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 19 | 94 | 0 | 0.82 | 0.12 | 0.58 | 308.86 | 0.7 | 0.25 |
| Hex | 6B | 13 | 5E | 0 | 52 | C | 3A | 135 | 46 | 19 |
| Octal | 153 | 23 | 136 | 0 | 122 | 14 | 72 | 465 | 106 | 31 |
| Binary | 1101011 | 10011 | 1011110 | 0 | 1010010 | 1100 | 111010 | 100110101 | 1000110 | 11001 |
Color Harmonies of #6B135E
Complementary color
Monochromatic Colors of #6B135E
Black with #6B135E
Text Example
Text Example
White with #6B135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B135E; }
p { color: rgb(107,19,94); }
H1.HeaderClassName
{
color: #6B135E;
}
.AnyTagClassName
{
color: #6B135E;
}
</style>
background-color css
<style>
a { background-color: #6B135E; }
a { background-color: rgb(107,19,94); }
div.DivClassName
{
background-color: #6B135E;
}
.BgClassName
{
background-color: #6B135E;
}
</style>
border-color css
<style>
span { border-color: #6B135E; }
span { border-color: rgb(107,19,94); }
td.TdClassName
{
border-color: #6B135E;
}
.TagClassName
{
border-color: #6B135E;
}
</style>