Shades of Palatinate Purple #6B1663
Tints of Palatinate Purple #6B1663
RGB
CMYK
RGB Variations
Color information
#6B1663 (or 0x6B1663) is known color: Palatinate Purple. HEX triplet: 6B, 16 and 63. RGB value is (107,22,99). Sum of RGB (Red+Green+Blue) = 107+22+99=228 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.93% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1663 is #94E99C. Grayscale: #373737. Windows color (decimal): -9759133 or 6493803. OLE color: 6493803.
HSL color Cylindrical-coordinate representation of color #6B1663: hue angle of 305.65º 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 #6B1663 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 22 | 99 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.58 |
| HSL | 305.65º | 0.66% | 0.25% | - |
| HSV(B) | 305.65º | 0.79% | 0.42% | - |
| XYZ | 8.6 | 4.6 | 12.24 | - |
| YUV | 56.19 | 152.16 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 22 | 99 | 0 | 0.79 | 0.07 | 0.58 | 305.65 | 0.66 | 0.25 |
| Hex | 6B | 16 | 63 | 0 | 4F | 7 | 3A | 132 | 42 | 19 |
| Octal | 153 | 26 | 143 | 0 | 117 | 7 | 72 | 462 | 102 | 31 |
| Binary | 1101011 | 10110 | 1100011 | 0 | 1001111 | 111 | 111010 | 100110010 | 1000010 | 11001 |
Color Harmonies of #6B1663
Complementary color
Monochromatic Colors of #6B1663
Black with #6B1663
Text Example
Text Example
White with #6B1663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1663; }
p { color: rgb(107,22,99); }
H1.HeaderClassName
{
color: #6B1663;
}
.AnyTagClassName
{
color: #6B1663;
}
</style>
background-color css
<style>
a { background-color: #6B1663; }
a { background-color: rgb(107,22,99); }
div.DivClassName
{
background-color: #6B1663;
}
.BgClassName
{
background-color: #6B1663;
}
</style>
border-color css
<style>
span { border-color: #6B1663; }
span { border-color: rgb(107,22,99); }
td.TdClassName
{
border-color: #6B1663;
}
.TagClassName
{
border-color: #6B1663;
}
</style>