Shades of Palatinate Purple #6B2463
Tints of Palatinate Purple #6B2463
RGB
CMYK
RGB Variations
Color information
#6B2463 (or 0x6B2463) is known color: Palatinate Purple. HEX triplet: 6B, 24 and 63. RGB value is (107,36,99). Sum of RGB (Red+Green+Blue) = 107+36+99=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2463 is #94DB9C. Grayscale: #404040. Windows color (decimal): -9755549 or 6497387. OLE color: 6497387.
HSL color Cylindrical-coordinate representation of color #6B2463: hue angle of 306.76º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B2463 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 36 | 99 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.58 |
| HSL | 306.76º | 0.5% | 0.28% | - |
| HSV(B) | 306.76º | 0.66% | 0.42% | - |
| XYZ | 8.95 | 5.29 | 12.35 | - |
| YUV | 64.41 | 147.52 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 36 | 99 | 0 | 0.66 | 0.07 | 0.58 | 306.76 | 0.5 | 0.28 |
| Hex | 6B | 24 | 63 | 0 | 42 | 7 | 3A | 133 | 32 | 1C |
| Octal | 153 | 44 | 143 | 0 | 102 | 7 | 72 | 463 | 62 | 34 |
| Binary | 1101011 | 100100 | 1100011 | 0 | 1000010 | 111 | 111010 | 100110011 | 110010 | 11100 |
Color Harmonies of #6B2463
Complementary color
Monochromatic Colors of #6B2463
Black with #6B2463
Text Example
Text Example
White with #6B2463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2463; }
p { color: rgb(107,36,99); }
H1.HeaderClassName
{
color: #6B2463;
}
.AnyTagClassName
{
color: #6B2463;
}
</style>
background-color css
<style>
a { background-color: #6B2463; }
a { background-color: rgb(107,36,99); }
div.DivClassName
{
background-color: #6B2463;
}
.BgClassName
{
background-color: #6B2463;
}
</style>
border-color css
<style>
span { border-color: #6B2463; }
span { border-color: rgb(107,36,99); }
td.TdClassName
{
border-color: #6B2463;
}
.TagClassName
{
border-color: #6B2463;
}
</style>