Shades of Palatinate Purple #6B225F
Tints of Palatinate Purple #6B225F
RGB
CMYK
RGB Variations
Color information
#6B225F (or 0x6B225F) is known color: Palatinate Purple. HEX triplet: 6B, 22 and 5F. RGB value is (107,34,95). Sum of RGB (Red+Green+Blue) = 107+34+95=236 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.34% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 107 - color contains mainly: red. Hex color #6B225F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B225F is #94DDA0. Grayscale: #3E3E3E. Windows color (decimal): -9756065 or 6234731. OLE color: 6234731.
HSL color Cylindrical-coordinate representation of color #6B225F: hue angle of 309.86º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B225F is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 34 | 95 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.58 |
| HSL | 309.86º | 0.52% | 0.28% | - |
| HSV(B) | 309.86º | 0.68% | 0.42% | - |
| XYZ | 8.7 | 5.1 | 11.35 | - |
| YUV | 62.78 | 146.18 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 34 | 95 | 0 | 0.68 | 0.11 | 0.58 | 309.86 | 0.52 | 0.28 |
| Hex | 6B | 22 | 5F | 0 | 44 | B | 3A | 136 | 34 | 1C |
| Octal | 153 | 42 | 137 | 0 | 104 | 13 | 72 | 466 | 64 | 34 |
| Binary | 1101011 | 100010 | 1011111 | 0 | 1000100 | 1011 | 111010 | 100110110 | 110100 | 11100 |
Color Harmonies of #6B225F
Complementary color
Monochromatic Colors of #6B225F
Black with #6B225F
Text Example
Text Example
White with #6B225F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B225F; }
p { color: rgb(107,34,95); }
H1.HeaderClassName
{
color: #6B225F;
}
.AnyTagClassName
{
color: #6B225F;
}
</style>
background-color css
<style>
a { background-color: #6B225F; }
a { background-color: rgb(107,34,95); }
div.DivClassName
{
background-color: #6B225F;
}
.BgClassName
{
background-color: #6B225F;
}
</style>
border-color css
<style>
span { border-color: #6B225F; }
span { border-color: rgb(107,34,95); }
td.TdClassName
{
border-color: #6B225F;
}
.TagClassName
{
border-color: #6B225F;
}
</style>