Shades of Palatinate Purple #6B0A60
Tints of Palatinate Purple #6B0A60
RGB
CMYK
RGB Variations
Color information
#6B0A60 (or 0x6B0A60) is known color: Palatinate Purple. HEX triplet: 6B, 0A and 60. RGB value is (107,10,96). Sum of RGB (Red+Green+Blue) = 107+10+96=213 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.23% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0A60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0A60 is #94F59F. Grayscale: #303030. Windows color (decimal): -9762208 or 6294123. OLE color: 6294123.
HSL color Cylindrical-coordinate representation of color #6B0A60: hue angle of 306.8º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B0A60 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 10 | 96 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.58 |
| HSL | 306.8º | 0.83% | 0.23% | - |
| HSV(B) | 306.8º | 0.91% | 0.42% | - |
| XYZ | 8.28 | 4.19 | 11.44 | - |
| YUV | 48.81 | 154.64 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 10 | 96 | 0 | 0.91 | 0.10 | 0.58 | 306.8 | 0.83 | 0.23 |
| Hex | 6B | A | 60 | 0 | 5B | A | 3A | 133 | 53 | 17 |
| Octal | 153 | 12 | 140 | 0 | 133 | 12 | 72 | 463 | 123 | 27 |
| Binary | 1101011 | 1010 | 1100000 | 0 | 1011011 | 1010 | 111010 | 100110011 | 1010011 | 10111 |
Color Harmonies of #6B0A60
Complementary color
Monochromatic Colors of #6B0A60
Black with #6B0A60
Text Example
Text Example
White with #6B0A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0A60; }
p { color: rgb(107,10,96); }
H1.HeaderClassName
{
color: #6B0A60;
}
.AnyTagClassName
{
color: #6B0A60;
}
</style>
background-color css
<style>
a { background-color: #6B0A60; }
a { background-color: rgb(107,10,96); }
div.DivClassName
{
background-color: #6B0A60;
}
.BgClassName
{
background-color: #6B0A60;
}
</style>
border-color css
<style>
span { border-color: #6B0A60; }
span { border-color: rgb(107,10,96); }
td.TdClassName
{
border-color: #6B0A60;
}
.TagClassName
{
border-color: #6B0A60;
}
</style>