Shades of Palatinate Purple #6B2157
Tints of Palatinate Purple #6B2157
RGB
CMYK
RGB Variations
Color information
#6B2157 (or 0x6B2157) is known color: Palatinate Purple. HEX triplet: 6B, 21 and 57. RGB value is (107,33,87). Sum of RGB (Red+Green+Blue) = 107+33+87=227 (30% of max value = 765). Red value is 107 (42.19% from 255 or 47.14% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2157 is #94DEA8. Grayscale: #3D3D3D. Windows color (decimal): -9756329 or 5710187. OLE color: 5710187.
HSL color Cylindrical-coordinate representation of color #6B2157: hue angle of 316.22º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B2157 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 33 | 87 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.58 |
| HSL | 316.22º | 0.53% | 0.27% | - |
| HSV(B) | 316.22º | 0.69% | 0.42% | - |
| XYZ | 8.33 | 4.9 | 9.52 | - |
| YUV | 61.28 | 142.52 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 33 | 87 | 0 | 0.69 | 0.19 | 0.58 | 316.22 | 0.53 | 0.27 |
| Hex | 6B | 21 | 57 | 0 | 45 | 13 | 3A | 13C | 35 | 1B |
| Octal | 153 | 41 | 127 | 0 | 105 | 23 | 72 | 474 | 65 | 33 |
| Binary | 1101011 | 100001 | 1010111 | 0 | 1000101 | 10011 | 111010 | 100111100 | 110101 | 11011 |
Color Harmonies of #6B2157
Complementary color
Monochromatic Colors of #6B2157
Black with #6B2157
Text Example
Text Example
White with #6B2157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2157; }
p { color: rgb(107,33,87); }
H1.HeaderClassName
{
color: #6B2157;
}
.AnyTagClassName
{
color: #6B2157;
}
</style>
background-color css
<style>
a { background-color: #6B2157; }
a { background-color: rgb(107,33,87); }
div.DivClassName
{
background-color: #6B2157;
}
.BgClassName
{
background-color: #6B2157;
}
</style>
border-color css
<style>
span { border-color: #6B2157; }
span { border-color: rgb(107,33,87); }
td.TdClassName
{
border-color: #6B2157;
}
.TagClassName
{
border-color: #6B2157;
}
</style>