Shades of Palatinate Purple #6B1F5E
Tints of Palatinate Purple #6B1F5E
RGB
CMYK
RGB Variations
Color information
#6B1F5E (or 0x6B1F5E) is known color: Palatinate Purple. HEX triplet: 6B, 1F and 5E. RGB value is (107,31,94). Sum of RGB (Red+Green+Blue) = 107+31+94=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1F5E is #94E0A1. Grayscale: #3C3C3C. Windows color (decimal): -9756834 or 6168427. OLE color: 6168427.
HSL color Cylindrical-coordinate representation of color #6B1F5E: hue angle of 310.26º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B1F5E is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 31 | 94 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.58 |
| HSL | 310.26º | 0.55% | 0.27% | - |
| HSV(B) | 310.26º | 0.71% | 0.42% | - |
| XYZ | 8.57 | 4.91 | 11.09 | - |
| YUV | 60.91 | 146.68 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 31 | 94 | 0 | 0.71 | 0.12 | 0.58 | 310.26 | 0.55 | 0.27 |
| Hex | 6B | 1F | 5E | 0 | 47 | C | 3A | 136 | 37 | 1B |
| Octal | 153 | 37 | 136 | 0 | 107 | 14 | 72 | 466 | 67 | 33 |
| Binary | 1101011 | 11111 | 1011110 | 0 | 1000111 | 1100 | 111010 | 100110110 | 110111 | 11011 |
Color Harmonies of #6B1F5E
Complementary color
Monochromatic Colors of #6B1F5E
Black with #6B1F5E
Text Example
Text Example
White with #6B1F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1F5E; }
p { color: rgb(107,31,94); }
H1.HeaderClassName
{
color: #6B1F5E;
}
.AnyTagClassName
{
color: #6B1F5E;
}
</style>
background-color css
<style>
a { background-color: #6B1F5E; }
a { background-color: rgb(107,31,94); }
div.DivClassName
{
background-color: #6B1F5E;
}
.BgClassName
{
background-color: #6B1F5E;
}
</style>
border-color css
<style>
span { border-color: #6B1F5E; }
span { border-color: rgb(107,31,94); }
td.TdClassName
{
border-color: #6B1F5E;
}
.TagClassName
{
border-color: #6B1F5E;
}
</style>