Shades of Palatinate Purple #6B155D
Tints of Palatinate Purple #6B155D
RGB
CMYK
RGB Variations
Color information
#6B155D (or 0x6B155D) is known color: Palatinate Purple. HEX triplet: 6B, 15 and 5D. RGB value is (107,21,93). Sum of RGB (Red+Green+Blue) = 107+21+93=221 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.42% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 107 - color contains mainly: red. Hex color #6B155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B155D is #94EAA2. Grayscale: #363636. Windows color (decimal): -9759395 or 6100331. OLE color: 6100331.
HSL color Cylindrical-coordinate representation of color #6B155D: hue angle of 309.77º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B155D is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 21 | 93 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.58 |
| HSL | 309.77º | 0.67% | 0.25% | - |
| HSV(B) | 309.77º | 0.8% | 0.42% | - |
| XYZ | 8.31 | 4.45 | 10.78 | - |
| YUV | 54.92 | 149.49 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 21 | 93 | 0 | 0.80 | 0.13 | 0.58 | 309.77 | 0.67 | 0.25 |
| Hex | 6B | 15 | 5D | 0 | 50 | D | 3A | 136 | 43 | 19 |
| Octal | 153 | 25 | 135 | 0 | 120 | 15 | 72 | 466 | 103 | 31 |
| Binary | 1101011 | 10101 | 1011101 | 0 | 1010000 | 1101 | 111010 | 100110110 | 1000011 | 11001 |
Color Harmonies of #6B155D
Complementary color
Monochromatic Colors of #6B155D
Black with #6B155D
Text Example
Text Example
White with #6B155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B155D; }
p { color: rgb(107,21,93); }
H1.HeaderClassName
{
color: #6B155D;
}
.AnyTagClassName
{
color: #6B155D;
}
</style>
background-color css
<style>
a { background-color: #6B155D; }
a { background-color: rgb(107,21,93); }
div.DivClassName
{
background-color: #6B155D;
}
.BgClassName
{
background-color: #6B155D;
}
</style>
border-color css
<style>
span { border-color: #6B155D; }
span { border-color: rgb(107,21,93); }
td.TdClassName
{
border-color: #6B155D;
}
.TagClassName
{
border-color: #6B155D;
}
</style>