Shades of Palatinate Purple #6B266A
Tints of Palatinate Purple #6B266A
RGB
CMYK
RGB Variations
Color information
#6B266A (or 0x6B266A) is known color: Palatinate Purple. HEX triplet: 6B, 26 and 6A. RGB value is (107,38,106). Sum of RGB (Red+Green+Blue) = 107+38+106=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 107 - color contains mainly: red. Hex color #6B266A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B266A is #94D995. Grayscale: #424242. Windows color (decimal): -9755030 or 6956651. OLE color: 6956651.
HSL color Cylindrical-coordinate representation of color #6B266A: hue angle of 300.87º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B266A is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 38 | 106 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.58 |
| HSL | 300.87º | 0.48% | 0.28% | - |
| HSV(B) | 300.87º | 0.64% | 0.42% | - |
| XYZ | 9.36 | 5.55 | 14.21 | - |
| YUV | 66.38 | 150.36 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 38 | 106 | 0 | 0.64 | 0.01 | 0.58 | 300.87 | 0.48 | 0.28 |
| Hex | 6B | 26 | 6A | 0 | 40 | 1 | 3A | 12D | 30 | 1C |
| Octal | 153 | 46 | 152 | 0 | 100 | 1 | 72 | 455 | 60 | 34 |
| Binary | 1101011 | 100110 | 1101010 | 0 | 1000000 | 1 | 111010 | 100101101 | 110000 | 11100 |
Color Harmonies of #6B266A
Complementary color
Monochromatic Colors of #6B266A
Black with #6B266A
Text Example
Text Example
White with #6B266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B266A; }
p { color: rgb(107,38,106); }
H1.HeaderClassName
{
color: #6B266A;
}
.AnyTagClassName
{
color: #6B266A;
}
</style>
background-color css
<style>
a { background-color: #6B266A; }
a { background-color: rgb(107,38,106); }
div.DivClassName
{
background-color: #6B266A;
}
.BgClassName
{
background-color: #6B266A;
}
</style>
border-color css
<style>
span { border-color: #6B266A; }
span { border-color: rgb(107,38,106); }
td.TdClassName
{
border-color: #6B266A;
}
.TagClassName
{
border-color: #6B266A;
}
</style>