Shades of Palatinate Purple #6B0761
Tints of Palatinate Purple #6B0761
RGB
CMYK
RGB Variations
Color information
#6B0761 (or 0x6B0761) is known color: Palatinate Purple. HEX triplet: 6B, 07 and 61. RGB value is (107,7,97). Sum of RGB (Red+Green+Blue) = 107+7+97=211 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.71% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0761 is #94F89E. Grayscale: #2E2E2E. Windows color (decimal): -9762975 or 6358891. OLE color: 6358891.
HSL color Cylindrical-coordinate representation of color #6B0761: hue angle of 306º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B0761 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 7 | 97 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.58 |
| HSL | 306º | 0.88% | 0.22% | - |
| HSV(B) | 306º | 0.93% | 0.42% | - |
| XYZ | 8.3 | 4.14 | 11.67 | - |
| YUV | 47.16 | 156.13 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 7 | 97 | 0 | 0.93 | 0.09 | 0.58 | 306 | 0.88 | 0.22 |
| Hex | 6B | 7 | 61 | 0 | 5D | 9 | 3A | 132 | 58 | 16 |
| Octal | 153 | 7 | 141 | 0 | 135 | 11 | 72 | 462 | 130 | 26 |
| Binary | 1101011 | 111 | 1100001 | 0 | 1011101 | 1001 | 111010 | 100110010 | 1011000 | 10110 |
Color Harmonies of #6B0761
Complementary color
Monochromatic Colors of #6B0761
Black with #6B0761
Text Example
Text Example
White with #6B0761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0761; }
p { color: rgb(107,7,97); }
H1.HeaderClassName
{
color: #6B0761;
}
.AnyTagClassName
{
color: #6B0761;
}
</style>
background-color css
<style>
a { background-color: #6B0761; }
a { background-color: rgb(107,7,97); }
div.DivClassName
{
background-color: #6B0761;
}
.BgClassName
{
background-color: #6B0761;
}
</style>
border-color css
<style>
span { border-color: #6B0761; }
span { border-color: rgb(107,7,97); }
td.TdClassName
{
border-color: #6B0761;
}
.TagClassName
{
border-color: #6B0761;
}
</style>