Shades of Palatinate Purple #6B165E
Tints of Palatinate Purple #6B165E
RGB
CMYK
RGB Variations
Color information
#6B165E (or 0x6B165E) is known color: Palatinate Purple. HEX triplet: 6B, 16 and 5E. RGB value is (107,22,94). Sum of RGB (Red+Green+Blue) = 107+22+94=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B165E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B165E is #94E9A1. Grayscale: #373737. Windows color (decimal): -9759138 or 6166123. OLE color: 6166123.
HSL color Cylindrical-coordinate representation of color #6B165E: hue angle of 309.18º 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 #6B165E is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 22 | 94 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.58 |
| HSL | 309.18º | 0.66% | 0.25% | - |
| HSV(B) | 309.18º | 0.79% | 0.42% | - |
| XYZ | 8.37 | 4.51 | 11.02 | - |
| YUV | 55.62 | 149.66 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 22 | 94 | 0 | 0.79 | 0.12 | 0.58 | 309.18 | 0.66 | 0.25 |
| Hex | 6B | 16 | 5E | 0 | 4F | C | 3A | 135 | 42 | 19 |
| Octal | 153 | 26 | 136 | 0 | 117 | 14 | 72 | 465 | 102 | 31 |
| Binary | 1101011 | 10110 | 1011110 | 0 | 1001111 | 1100 | 111010 | 100110101 | 1000010 | 11001 |
Color Harmonies of #6B165E
Complementary color
Monochromatic Colors of #6B165E
Black with #6B165E
Text Example
Text Example
White with #6B165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B165E; }
p { color: rgb(107,22,94); }
H1.HeaderClassName
{
color: #6B165E;
}
.AnyTagClassName
{
color: #6B165E;
}
</style>
background-color css
<style>
a { background-color: #6B165E; }
a { background-color: rgb(107,22,94); }
div.DivClassName
{
background-color: #6B165E;
}
.BgClassName
{
background-color: #6B165E;
}
</style>
border-color css
<style>
span { border-color: #6B165E; }
span { border-color: rgb(107,22,94); }
td.TdClassName
{
border-color: #6B165E;
}
.TagClassName
{
border-color: #6B165E;
}
</style>