Shades of Palatinate Purple #6B1255
Tints of Palatinate Purple #6B1255
RGB
CMYK
RGB Variations
Color information
#6B1255 (or 0x6B1255) is known color: Palatinate Purple. HEX triplet: 6B, 12 and 55. RGB value is (107,18,85). Sum of RGB (Red+Green+Blue) = 107+18+85=210 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.95% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1255 is #94EDAA. Grayscale: #343434. Windows color (decimal): -9760171 or 5575275. OLE color: 5575275.
HSL color Cylindrical-coordinate representation of color #6B1255: hue angle of 314.83º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B1255 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 18 | 85 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.58 |
| HSL | 314.83º | 0.71% | 0.25% | - |
| HSV(B) | 314.83º | 0.83% | 0.42% | - |
| XYZ | 7.92 | 4.21 | 8.99 | - |
| YUV | 52.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 18 | 85 | 0 | 0.83 | 0.21 | 0.58 | 314.83 | 0.71 | 0.25 |
| Hex | 6B | 12 | 55 | 0 | 53 | 15 | 3A | 13B | 47 | 19 |
| Octal | 153 | 22 | 125 | 0 | 123 | 25 | 72 | 473 | 107 | 31 |
| Binary | 1101011 | 10010 | 1010101 | 0 | 1010011 | 10101 | 111010 | 100111011 | 1000111 | 11001 |
Color Harmonies of #6B1255
Complementary color
Monochromatic Colors of #6B1255
Black with #6B1255
Text Example
Text Example
White with #6B1255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1255; }
p { color: rgb(107,18,85); }
H1.HeaderClassName
{
color: #6B1255;
}
.AnyTagClassName
{
color: #6B1255;
}
</style>
background-color css
<style>
a { background-color: #6B1255; }
a { background-color: rgb(107,18,85); }
div.DivClassName
{
background-color: #6B1255;
}
.BgClassName
{
background-color: #6B1255;
}
</style>
border-color css
<style>
span { border-color: #6B1255; }
span { border-color: rgb(107,18,85); }
td.TdClassName
{
border-color: #6B1255;
}
.TagClassName
{
border-color: #6B1255;
}
</style>