Shades of Palatinate Purple #690F67
Tints of Palatinate Purple #690F67
RGB
CMYK
RGB Variations
Color information
#690F67 (or 0x690F67) is known color: Palatinate Purple. HEX triplet: 69, 0F and 67. RGB value is (105,15,103). Sum of RGB (Red+Green+Blue) = 105+15+103=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 103 (40.62% from 255 or 46.19% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #690F67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690F67 is #96F098. Grayscale: #333333. Windows color (decimal): -9891993 or 6754153. OLE color: 6754153.
HSL color Cylindrical-coordinate representation of color #690F67: hue angle of 301.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #690F67 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 15 | 103 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.59 |
| HSL | 301.33º | 0.75% | 0.24% | - |
| HSV(B) | 301.33º | 0.86% | 0.41% | - |
| XYZ | 8.44 | 4.32 | 13.22 | - |
| YUV | 51.94 | 156.82 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 103 | 0 | 0.86 | 0.02 | 0.59 | 301.33 | 0.75 | 0.24 |
| Hex | 69 | F | 67 | 0 | 56 | 2 | 3B | 12D | 4B | 18 |
| Octal | 151 | 17 | 147 | 0 | 126 | 2 | 73 | 455 | 113 | 30 |
| Binary | 1101001 | 1111 | 1100111 | 0 | 1010110 | 10 | 111011 | 100101101 | 1001011 | 11000 |
Color Harmonies of #690F67
Complementary color
Monochromatic Colors of #690F67
Black with #690F67
Text Example
Text Example
White with #690F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690F67; }
p { color: rgb(105,15,103); }
H1.HeaderClassName
{
color: #690F67;
}
.AnyTagClassName
{
color: #690F67;
}
</style>
background-color css
<style>
a { background-color: #690F67; }
a { background-color: rgb(105,15,103); }
div.DivClassName
{
background-color: #690F67;
}
.BgClassName
{
background-color: #690F67;
}
</style>
border-color css
<style>
span { border-color: #690F67; }
span { border-color: rgb(105,15,103); }
td.TdClassName
{
border-color: #690F67;
}
.TagClassName
{
border-color: #690F67;
}
</style>