Shades of Palatinate Purple #6B246B
Tints of Palatinate Purple #6B246B
RGB
CMYK
RGB Variations
Color information
#6B246B (or 0x6B246B) is known color: Palatinate Purple. HEX triplet: 6B, 24 and 6B. RGB value is (107,36,107). Sum of RGB (Red+Green+Blue) = 107+36+107=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 107 - color contains mainly: red, blue. Hex color #6B246B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B246B is #94DB94. Grayscale: #414141. Windows color (decimal): -9755541 or 7021675. OLE color: 7021675.
HSL color Cylindrical-coordinate representation of color #6B246B: hue angle of 300º 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 #6B246B is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 36 | 107 | - |
| CMYK | 0 | 0.66 | 0 | 0.58 |
| HSL | 300º | 0.5% | 0.28% | - |
| HSV(B) | 300º | 0.66% | 0.42% | - |
| XYZ | 9.35 | 5.45 | 14.47 | - |
| YUV | 65.32 | 151.52 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 36 | 107 | 0 | 0.66 | 0 | 0.58 | 300 | 0.5 | 0.28 |
| Hex | 6B | 24 | 6B | 0 | 42 | 0 | 3A | 12C | 32 | 1C |
| Octal | 153 | 44 | 153 | 0 | 102 | 0 | 72 | 454 | 62 | 34 |
| Binary | 1101011 | 100100 | 1101011 | 0 | 1000010 | 0 | 111010 | 100101100 | 110010 | 11100 |
Color Harmonies of #6B246B
Complementary color
Monochromatic Colors of #6B246B
Black with #6B246B
Text Example
Text Example
White with #6B246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B246B; }
p { color: rgb(107,36,107); }
H1.HeaderClassName
{
color: #6B246B;
}
.AnyTagClassName
{
color: #6B246B;
}
</style>
background-color css
<style>
a { background-color: #6B246B; }
a { background-color: rgb(107,36,107); }
div.DivClassName
{
background-color: #6B246B;
}
.BgClassName
{
background-color: #6B246B;
}
</style>
border-color css
<style>
span { border-color: #6B246B; }
span { border-color: rgb(107,36,107); }
td.TdClassName
{
border-color: #6B246B;
}
.TagClassName
{
border-color: #6B246B;
}
</style>