Shades of Palatinate Purple #690C56
Tints of Palatinate Purple #690C56
RGB
CMYK
RGB Variations
Color information
#690C56 (or 0x690C56) is known color: Palatinate Purple. HEX triplet: 69, 0C and 56. RGB value is (105,12,86). Sum of RGB (Red+Green+Blue) = 105+12+86=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #690C56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690C56 is #96F3A9. Grayscale: #303030. Windows color (decimal): -9892778 or 5639273. OLE color: 5639273.
HSL color Cylindrical-coordinate representation of color #690C56: hue angle of 312.26º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690C56 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 12 | 86 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.59 |
| HSL | 312.26º | 0.79% | 0.23% | - |
| HSV(B) | 312.26º | 0.89% | 0.41% | - |
| XYZ | 7.64 | 3.94 | 9.16 | - |
| YUV | 48.24 | 149.31 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 12 | 86 | 0 | 0.89 | 0.18 | 0.59 | 312.26 | 0.79 | 0.23 |
| Hex | 69 | C | 56 | 0 | 59 | 12 | 3B | 138 | 4F | 17 |
| Octal | 151 | 14 | 126 | 0 | 131 | 22 | 73 | 470 | 117 | 27 |
| Binary | 1101001 | 1100 | 1010110 | 0 | 1011001 | 10010 | 111011 | 100111000 | 1001111 | 10111 |
Color Harmonies of #690C56
Complementary color
Monochromatic Colors of #690C56
Black with #690C56
Text Example
Text Example
White with #690C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690C56; }
p { color: rgb(105,12,86); }
H1.HeaderClassName
{
color: #690C56;
}
.AnyTagClassName
{
color: #690C56;
}
</style>
background-color css
<style>
a { background-color: #690C56; }
a { background-color: rgb(105,12,86); }
div.DivClassName
{
background-color: #690C56;
}
.BgClassName
{
background-color: #690C56;
}
</style>
border-color css
<style>
span { border-color: #690C56; }
span { border-color: rgb(105,12,86); }
td.TdClassName
{
border-color: #690C56;
}
.TagClassName
{
border-color: #690C56;
}
</style>