Shades of Purple #690061
Tints of Purple #690061
RGB
CMYK
RGB Variations
Color information
#690061 (or 0x690061) is known color: Purple. HEX triplet: 69, 00 and 61. RGB value is (105,0,97). Sum of RGB (Red+Green+Blue) = 105+0+97=202 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.98% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 105 - color contains mainly: red. Hex color #690061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690061 is #96FF9E. Grayscale: #2A2A2A. Windows color (decimal): -9895839 or 6357097. OLE color: 6357097.
HSL color Cylindrical-coordinate representation of color #690061: hue angle of 304.57º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #690061 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 0 | 97 | - |
| CMYK | 0 | 1 | 0.08 | 0.59 |
| HSL | 304.57º | 1% | 0.21% | - |
| HSV(B) | 304.57º | 1% | 0.41% | - |
| XYZ | 7.98 | 3.87 | 11.63 | - |
| YUV | 42.45 | 158.79 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 97 | 0 | 1 | 0.08 | 0.59 | 304.57 | 1 | 0.21 |
| Hex | 69 | 0 | 61 | 0 | 64 | 8 | 3B | 131 | 64 | 15 |
| Octal | 151 | 0 | 141 | 0 | 144 | 10 | 73 | 461 | 144 | 25 |
| Binary | 1101001 | 0 | 1100001 | 0 | 1100100 | 1000 | 111011 | 100110001 | 1100100 | 10101 |
Color Harmonies of #690061
Complementary color
Monochromatic Colors of #690061
Black with #690061
Text Example
Text Example
White with #690061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690061; }
p { color: rgb(105,0,97); }
H1.HeaderClassName
{
color: #690061;
}
.AnyTagClassName
{
color: #690061;
}
</style>
background-color css
<style>
a { background-color: #690061; }
a { background-color: rgb(105,0,97); }
div.DivClassName
{
background-color: #690061;
}
.BgClassName
{
background-color: #690061;
}
</style>
border-color css
<style>
span { border-color: #690061; }
span { border-color: rgb(105,0,97); }
td.TdClassName
{
border-color: #690061;
}
.TagClassName
{
border-color: #690061;
}
</style>