Shades of Palatinate Purple #6B1A63
Tints of Palatinate Purple #6B1A63
RGB
CMYK
RGB Variations
Color information
#6B1A63 (or 0x6B1A63) is known color: Palatinate Purple. HEX triplet: 6B, 1A and 63. RGB value is (107,26,99). Sum of RGB (Red+Green+Blue) = 107+26+99=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1A63 is #94E59C. Grayscale: #3A3A3A. Windows color (decimal): -9758109 or 6494827. OLE color: 6494827.
HSL color Cylindrical-coordinate representation of color #6B1A63: hue angle of 305.93º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B1A63 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 26 | 99 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.58 |
| HSL | 305.93º | 0.61% | 0.26% | - |
| HSV(B) | 305.93º | 0.76% | 0.42% | - |
| XYZ | 8.68 | 4.77 | 12.27 | - |
| YUV | 58.54 | 150.84 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 26 | 99 | 0 | 0.76 | 0.07 | 0.58 | 305.93 | 0.61 | 0.26 |
| Hex | 6B | 1A | 63 | 0 | 4C | 7 | 3A | 132 | 3D | 1A |
| Octal | 153 | 32 | 143 | 0 | 114 | 7 | 72 | 462 | 75 | 32 |
| Binary | 1101011 | 11010 | 1100011 | 0 | 1001100 | 111 | 111010 | 100110010 | 111101 | 11010 |
Color Harmonies of #6B1A63
Complementary color
Monochromatic Colors of #6B1A63
Black with #6B1A63
Text Example
Text Example
White with #6B1A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1A63; }
p { color: rgb(107,26,99); }
H1.HeaderClassName
{
color: #6B1A63;
}
.AnyTagClassName
{
color: #6B1A63;
}
</style>
background-color css
<style>
a { background-color: #6B1A63; }
a { background-color: rgb(107,26,99); }
div.DivClassName
{
background-color: #6B1A63;
}
.BgClassName
{
background-color: #6B1A63;
}
</style>
border-color css
<style>
span { border-color: #6B1A63; }
span { border-color: rgb(107,26,99); }
td.TdClassName
{
border-color: #6B1A63;
}
.TagClassName
{
border-color: #6B1A63;
}
</style>