Shades of Palatinate Purple #6B2A55
Tints of Palatinate Purple #6B2A55
RGB
CMYK
RGB Variations
Color information
#6B2A55 (or 0x6B2A55) is known color: Palatinate Purple. HEX triplet: 6B, 2A and 55. RGB value is (107,42,85). Sum of RGB (Red+Green+Blue) = 107+42+85=234 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.73% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2A55 is #94D5AA. Grayscale: #424242. Windows color (decimal): -9754027 or 5581419. OLE color: 5581419.
HSL color Cylindrical-coordinate representation of color #6B2A55: hue angle of 320.31º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B2A55 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 42 | 85 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.58 |
| HSL | 320.31º | 0.44% | 0.29% | - |
| HSV(B) | 320.31º | 0.61% | 0.42% | - |
| XYZ | 8.53 | 5.44 | 9.19 | - |
| YUV | 66.34 | 138.53 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 42 | 85 | 0 | 0.61 | 0.21 | 0.58 | 320.31 | 0.44 | 0.29 |
| Hex | 6B | 2A | 55 | 0 | 3D | 15 | 3A | 140 | 2C | 1D |
| Octal | 153 | 52 | 125 | 0 | 75 | 25 | 72 | 500 | 54 | 35 |
| Binary | 1101011 | 101010 | 1010101 | 0 | 111101 | 10101 | 111010 | 101000000 | 101100 | 11101 |
Color Harmonies of #6B2A55
Complementary color
Monochromatic Colors of #6B2A55
Black with #6B2A55
Text Example
Text Example
White with #6B2A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2A55; }
p { color: rgb(107,42,85); }
H1.HeaderClassName
{
color: #6B2A55;
}
.AnyTagClassName
{
color: #6B2A55;
}
</style>
background-color css
<style>
a { background-color: #6B2A55; }
a { background-color: rgb(107,42,85); }
div.DivClassName
{
background-color: #6B2A55;
}
.BgClassName
{
background-color: #6B2A55;
}
</style>
border-color css
<style>
span { border-color: #6B2A55; }
span { border-color: rgb(107,42,85); }
td.TdClassName
{
border-color: #6B2A55;
}
.TagClassName
{
border-color: #6B2A55;
}
</style>