Shades of Palatinate Purple #6B4462
Tints of Palatinate Purple #6B4462
RGB
CMYK
RGB Variations
Color information
#6B4462 (or 0x6B4462) is known color: Palatinate Purple. HEX triplet: 6B, 44 and 62. RGB value is (107,68,98). Sum of RGB (Red+Green+Blue) = 107+68+98=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4462 is #94BB9D. Grayscale: #535353. Windows color (decimal): -9747358 or 6440043. OLE color: 6440043.
HSL color Cylindrical-coordinate representation of color #6B4462: hue angle of 313.85º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B4462 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 68 | 98 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.58 |
| HSL | 313.85º | 0.22% | 0.34% | - |
| HSV(B) | 313.85º | 0.36% | 0.42% | - |
| XYZ | 10.34 | 8.14 | 12.58 | - |
| YUV | 83.08 | 136.42 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 68 | 98 | 0 | 0.36 | 0.08 | 0.58 | 313.85 | 0.22 | 0.34 |
| Hex | 6B | 44 | 62 | 0 | 24 | 8 | 3A | 13A | 16 | 22 |
| Octal | 153 | 104 | 142 | 0 | 44 | 10 | 72 | 472 | 26 | 42 |
| Binary | 1101011 | 1000100 | 1100010 | 0 | 100100 | 1000 | 111010 | 100111010 | 10110 | 100010 |
Color Harmonies of #6B4462
Complementary color
Monochromatic Colors of #6B4462
Black with #6B4462
Text Example
Text Example
White with #6B4462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4462; }
p { color: rgb(107,68,98); }
H1.HeaderClassName
{
color: #6B4462;
}
.AnyTagClassName
{
color: #6B4462;
}
</style>
background-color css
<style>
a { background-color: #6B4462; }
a { background-color: rgb(107,68,98); }
div.DivClassName
{
background-color: #6B4462;
}
.BgClassName
{
background-color: #6B4462;
}
</style>
border-color css
<style>
span { border-color: #6B4462; }
span { border-color: rgb(107,68,98); }
td.TdClassName
{
border-color: #6B4462;
}
.TagClassName
{
border-color: #6B4462;
}
</style>