Shades of Palatinate Purple #6B0760
Tints of Palatinate Purple #6B0760
RGB
CMYK
RGB Variations
Color information
#6B0760 (or 0x6B0760) is known color: Palatinate Purple. HEX triplet: 6B, 07 and 60. RGB value is (107,7,96). Sum of RGB (Red+Green+Blue) = 107+7+96=210 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.95% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0760 is #94F89F. Grayscale: #2E2E2E. Windows color (decimal): -9762976 or 6293355. OLE color: 6293355.
HSL color Cylindrical-coordinate representation of color #6B0760: hue angle of 306.6º 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 #6B0760 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 7 | 96 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.58 |
| HSL | 306.6º | 0.88% | 0.22% | - |
| HSV(B) | 306.6º | 0.93% | 0.42% | - |
| XYZ | 8.25 | 4.12 | 11.43 | - |
| YUV | 47.05 | 155.63 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 7 | 96 | 0 | 0.93 | 0.10 | 0.58 | 306.6 | 0.88 | 0.22 |
| Hex | 6B | 7 | 60 | 0 | 5D | A | 3A | 133 | 58 | 16 |
| Octal | 153 | 7 | 140 | 0 | 135 | 12 | 72 | 463 | 130 | 26 |
| Binary | 1101011 | 111 | 1100000 | 0 | 1011101 | 1010 | 111010 | 100110011 | 1011000 | 10110 |
Color Harmonies of #6B0760
Complementary color
Monochromatic Colors of #6B0760
Black with #6B0760
Text Example
Text Example
White with #6B0760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0760; }
p { color: rgb(107,7,96); }
H1.HeaderClassName
{
color: #6B0760;
}
.AnyTagClassName
{
color: #6B0760;
}
</style>
background-color css
<style>
a { background-color: #6B0760; }
a { background-color: rgb(107,7,96); }
div.DivClassName
{
background-color: #6B0760;
}
.BgClassName
{
background-color: #6B0760;
}
</style>
border-color css
<style>
span { border-color: #6B0760; }
span { border-color: rgb(107,7,96); }
td.TdClassName
{
border-color: #6B0760;
}
.TagClassName
{
border-color: #6B0760;
}
</style>