Shades of Palatinate Purple #6B165B
Tints of Palatinate Purple #6B165B
RGB
CMYK
RGB Variations
Color information
#6B165B (or 0x6B165B) is known color: Palatinate Purple. HEX triplet: 6B, 16 and 5B. RGB value is (107,22,91). Sum of RGB (Red+Green+Blue) = 107+22+91=220 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.64% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 107 - color contains mainly: red. Hex color #6B165B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B165B is #94E9A4. Grayscale: #373737. Windows color (decimal): -9759141 or 5969515. OLE color: 5969515.
HSL color Cylindrical-coordinate representation of color #6B165B: hue angle of 311.29º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B165B is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 22 | 91 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.58 |
| HSL | 311.29º | 0.66% | 0.25% | - |
| HSV(B) | 311.29º | 0.79% | 0.42% | - |
| XYZ | 8.24 | 4.45 | 10.32 | - |
| YUV | 55.28 | 148.16 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 22 | 91 | 0 | 0.79 | 0.15 | 0.58 | 311.29 | 0.66 | 0.25 |
| Hex | 6B | 16 | 5B | 0 | 4F | F | 3A | 137 | 42 | 19 |
| Octal | 153 | 26 | 133 | 0 | 117 | 17 | 72 | 467 | 102 | 31 |
| Binary | 1101011 | 10110 | 1011011 | 0 | 1001111 | 1111 | 111010 | 100110111 | 1000010 | 11001 |
Color Harmonies of #6B165B
Complementary color
Monochromatic Colors of #6B165B
Black with #6B165B
Text Example
Text Example
White with #6B165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B165B; }
p { color: rgb(107,22,91); }
H1.HeaderClassName
{
color: #6B165B;
}
.AnyTagClassName
{
color: #6B165B;
}
</style>
background-color css
<style>
a { background-color: #6B165B; }
a { background-color: rgb(107,22,91); }
div.DivClassName
{
background-color: #6B165B;
}
.BgClassName
{
background-color: #6B165B;
}
</style>
border-color css
<style>
span { border-color: #6B165B; }
span { border-color: rgb(107,22,91); }
td.TdClassName
{
border-color: #6B165B;
}
.TagClassName
{
border-color: #6B165B;
}
</style>