Shades of Palatinate Purple #6B275B
Tints of Palatinate Purple #6B275B
RGB
CMYK
RGB Variations
Color information
#6B275B (or 0x6B275B) is known color: Palatinate Purple. HEX triplet: 6B, 27 and 5B. RGB value is (107,39,91). Sum of RGB (Red+Green+Blue) = 107+39+91=237 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.15% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 107 - color contains mainly: red. Hex color #6B275B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B275B is #94D8A4. Grayscale: #414141. Windows color (decimal): -9754789 or 5973867. OLE color: 5973867.
HSL color Cylindrical-coordinate representation of color #6B275B: hue angle of 314.12º 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 #6B275B is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 39 | 91 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.58 |
| HSL | 314.12º | 0.47% | 0.29% | - |
| HSV(B) | 314.12º | 0.64% | 0.42% | - |
| XYZ | 8.68 | 5.33 | 10.47 | - |
| YUV | 65.26 | 142.53 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 39 | 91 | 0 | 0.64 | 0.15 | 0.58 | 314.12 | 0.47 | 0.29 |
| Hex | 6B | 27 | 5B | 0 | 40 | F | 3A | 13A | 2F | 1D |
| Octal | 153 | 47 | 133 | 0 | 100 | 17 | 72 | 472 | 57 | 35 |
| Binary | 1101011 | 100111 | 1011011 | 0 | 1000000 | 1111 | 111010 | 100111010 | 101111 | 11101 |
Color Harmonies of #6B275B
Complementary color
Monochromatic Colors of #6B275B
Black with #6B275B
Text Example
Text Example
White with #6B275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B275B; }
p { color: rgb(107,39,91); }
H1.HeaderClassName
{
color: #6B275B;
}
.AnyTagClassName
{
color: #6B275B;
}
</style>
background-color css
<style>
a { background-color: #6B275B; }
a { background-color: rgb(107,39,91); }
div.DivClassName
{
background-color: #6B275B;
}
.BgClassName
{
background-color: #6B275B;
}
</style>
border-color css
<style>
span { border-color: #6B275B; }
span { border-color: rgb(107,39,91); }
td.TdClassName
{
border-color: #6B275B;
}
.TagClassName
{
border-color: #6B275B;
}
</style>