Shades of Palatinate Purple #6B276A
Tints of Palatinate Purple #6B276A
RGB
CMYK
RGB Variations
Color information
#6B276A (or 0x6B276A) is known color: Palatinate Purple. HEX triplet: 6B, 27 and 6A. RGB value is (107,39,106). Sum of RGB (Red+Green+Blue) = 107+39+106=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 107 - color contains mainly: red. Hex color #6B276A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B276A is #94D895. Grayscale: #424242. Windows color (decimal): -9754774 or 6956907. OLE color: 6956907.
HSL color Cylindrical-coordinate representation of color #6B276A: hue angle of 300.88º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B276A is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 39 | 106 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.58 |
| HSL | 300.88º | 0.47% | 0.29% | - |
| HSV(B) | 300.88º | 0.64% | 0.42% | - |
| XYZ | 9.39 | 5.62 | 14.23 | - |
| YUV | 66.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 39 | 106 | 0 | 0.64 | 0.01 | 0.58 | 300.88 | 0.47 | 0.29 |
| Hex | 6B | 27 | 6A | 0 | 40 | 1 | 3A | 12D | 2F | 1D |
| Octal | 153 | 47 | 152 | 0 | 100 | 1 | 72 | 455 | 57 | 35 |
| Binary | 1101011 | 100111 | 1101010 | 0 | 1000000 | 1 | 111010 | 100101101 | 101111 | 11101 |
Color Harmonies of #6B276A
Complementary color
Monochromatic Colors of #6B276A
Black with #6B276A
Text Example
Text Example
White with #6B276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B276A; }
p { color: rgb(107,39,106); }
H1.HeaderClassName
{
color: #6B276A;
}
.AnyTagClassName
{
color: #6B276A;
}
</style>
background-color css
<style>
a { background-color: #6B276A; }
a { background-color: rgb(107,39,106); }
div.DivClassName
{
background-color: #6B276A;
}
.BgClassName
{
background-color: #6B276A;
}
</style>
border-color css
<style>
span { border-color: #6B276A; }
span { border-color: rgb(107,39,106); }
td.TdClassName
{
border-color: #6B276A;
}
.TagClassName
{
border-color: #6B276A;
}
</style>