Shades of Palatinate Purple #6B135B
Tints of Palatinate Purple #6B135B
RGB
CMYK
RGB Variations
Color information
#6B135B (or 0x6B135B) is known color: Palatinate Purple. HEX triplet: 6B, 13 and 5B. RGB value is (107,19,91). Sum of RGB (Red+Green+Blue) = 107+19+91=217 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.31% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 107 - color contains mainly: red. Hex color #6B135B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B135B is #94ECA4. Grayscale: #353535. Windows color (decimal): -9759909 or 5968747. OLE color: 5968747.
HSL color Cylindrical-coordinate representation of color #6B135B: hue angle of 310.91º 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 #6B135B is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 19 | 91 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.58 |
| HSL | 310.91º | 0.7% | 0.25% | - |
| HSV(B) | 310.91º | 0.82% | 0.42% | - |
| XYZ | 8.18 | 4.35 | 10.31 | - |
| YUV | 53.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 19 | 91 | 0 | 0.82 | 0.15 | 0.58 | 310.91 | 0.7 | 0.25 |
| Hex | 6B | 13 | 5B | 0 | 52 | F | 3A | 137 | 46 | 19 |
| Octal | 153 | 23 | 133 | 0 | 122 | 17 | 72 | 467 | 106 | 31 |
| Binary | 1101011 | 10011 | 1011011 | 0 | 1010010 | 1111 | 111010 | 100110111 | 1000110 | 11001 |
Color Harmonies of #6B135B
Complementary color
Monochromatic Colors of #6B135B
Black with #6B135B
Text Example
Text Example
White with #6B135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B135B; }
p { color: rgb(107,19,91); }
H1.HeaderClassName
{
color: #6B135B;
}
.AnyTagClassName
{
color: #6B135B;
}
</style>
background-color css
<style>
a { background-color: #6B135B; }
a { background-color: rgb(107,19,91); }
div.DivClassName
{
background-color: #6B135B;
}
.BgClassName
{
background-color: #6B135B;
}
</style>
border-color css
<style>
span { border-color: #6B135B; }
span { border-color: rgb(107,19,91); }
td.TdClassName
{
border-color: #6B135B;
}
.TagClassName
{
border-color: #6B135B;
}
</style>