Shades of Palatinate Purple #6B1569
Tints of Palatinate Purple #6B1569
RGB
CMYK
RGB Variations
Color information
#6B1569 (or 0x6B1569) is known color: Palatinate Purple. HEX triplet: 6B, 15 and 69. RGB value is (107,21,105). Sum of RGB (Red+Green+Blue) = 107+21+105=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1569 is #94EA96. Grayscale: #383838. Windows color (decimal): -9759383 or 6886763. OLE color: 6886763.
HSL color Cylindrical-coordinate representation of color #6B1569: hue angle of 301.4º 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 #6B1569 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 21 | 105 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.58 |
| HSL | 301.4º | 0.67% | 0.25% | - |
| HSV(B) | 301.4º | 0.8% | 0.42% | - |
| XYZ | 8.88 | 4.68 | 13.8 | - |
| YUV | 56.29 | 155.49 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 21 | 105 | 0 | 0.80 | 0.02 | 0.58 | 301.4 | 0.67 | 0.25 |
| Hex | 6B | 15 | 69 | 0 | 50 | 2 | 3A | 12D | 43 | 19 |
| Octal | 153 | 25 | 151 | 0 | 120 | 2 | 72 | 455 | 103 | 31 |
| Binary | 1101011 | 10101 | 1101001 | 0 | 1010000 | 10 | 111010 | 100101101 | 1000011 | 11001 |
Color Harmonies of #6B1569
Complementary color
Monochromatic Colors of #6B1569
Black with #6B1569
Text Example
Text Example
White with #6B1569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1569; }
p { color: rgb(107,21,105); }
H1.HeaderClassName
{
color: #6B1569;
}
.AnyTagClassName
{
color: #6B1569;
}
</style>
background-color css
<style>
a { background-color: #6B1569; }
a { background-color: rgb(107,21,105); }
div.DivClassName
{
background-color: #6B1569;
}
.BgClassName
{
background-color: #6B1569;
}
</style>
border-color css
<style>
span { border-color: #6B1569; }
span { border-color: rgb(107,21,105); }
td.TdClassName
{
border-color: #6B1569;
}
.TagClassName
{
border-color: #6B1569;
}
</style>