Shades of Palatinate Purple #6B3459
Tints of Palatinate Purple #6B3459
RGB
CMYK
RGB Variations
Color information
#6B3459 (or 0x6B3459) is known color: Palatinate Purple. HEX triplet: 6B, 34 and 59. RGB value is (107,52,89). Sum of RGB (Red+Green+Blue) = 107+52+89=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3459 is #94CBA6. Grayscale: #484848. Windows color (decimal): -9751463 or 5846123. OLE color: 5846123.
HSL color Cylindrical-coordinate representation of color #6B3459: hue angle of 319.64º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B3459 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 52 | 89 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.58 |
| HSL | 319.64º | 0.35% | 0.31% | - |
| HSV(B) | 319.64º | 0.51% | 0.42% | - |
| XYZ | 9.09 | 6.3 | 10.19 | - |
| YUV | 72.66 | 137.22 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 52 | 89 | 0 | 0.51 | 0.17 | 0.58 | 319.64 | 0.35 | 0.31 |
| Hex | 6B | 34 | 59 | 0 | 33 | 11 | 3A | 140 | 23 | 1F |
| Octal | 153 | 64 | 131 | 0 | 63 | 21 | 72 | 500 | 43 | 37 |
| Binary | 1101011 | 110100 | 1011001 | 0 | 110011 | 10001 | 111010 | 101000000 | 100011 | 11111 |
Color Harmonies of #6B3459
Complementary color
Monochromatic Colors of #6B3459
Black with #6B3459
Text Example
Text Example
White with #6B3459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3459; }
p { color: rgb(107,52,89); }
H1.HeaderClassName
{
color: #6B3459;
}
.AnyTagClassName
{
color: #6B3459;
}
</style>
background-color css
<style>
a { background-color: #6B3459; }
a { background-color: rgb(107,52,89); }
div.DivClassName
{
background-color: #6B3459;
}
.BgClassName
{
background-color: #6B3459;
}
</style>
border-color css
<style>
span { border-color: #6B3459; }
span { border-color: rgb(107,52,89); }
td.TdClassName
{
border-color: #6B3459;
}
.TagClassName
{
border-color: #6B3459;
}
</style>