Shades of Purple #690060
Tints of Purple #690060
RGB
CMYK
RGB Variations
Color information
#690060 (or 0x690060) is known color: Purple. HEX triplet: 69, 00 and 60. RGB value is (105,0,96). Sum of RGB (Red+Green+Blue) = 105+0+96=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #690060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690060 is #96FF9F. Grayscale: #2A2A2A. Windows color (decimal): -9895840 or 6291561. OLE color: 6291561.
HSL color Cylindrical-coordinate representation of color #690060: hue angle of 305.14º 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 #690060 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 0 | 96 | - |
| CMYK | 0 | 1 | 0.09 | 0.59 |
| HSL | 305.14º | 1% | 0.21% | - |
| HSV(B) | 305.14º | 1% | 0.41% | - |
| XYZ | 7.94 | 3.85 | 11.39 | - |
| YUV | 42.34 | 158.29 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 96 | 0 | 1 | 0.09 | 0.59 | 305.14 | 1 | 0.21 |
| Hex | 69 | 0 | 60 | 0 | 64 | 9 | 3B | 131 | 64 | 15 |
| Octal | 151 | 0 | 140 | 0 | 144 | 11 | 73 | 461 | 144 | 25 |
| Binary | 1101001 | 0 | 1100000 | 0 | 1100100 | 1001 | 111011 | 100110001 | 1100100 | 10101 |
Color Harmonies of #690060
Complementary color
Monochromatic Colors of #690060
Black with #690060
Text Example
Text Example
White with #690060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690060; }
p { color: rgb(105,0,96); }
H1.HeaderClassName
{
color: #690060;
}
.AnyTagClassName
{
color: #690060;
}
</style>
background-color css
<style>
a { background-color: #690060; }
a { background-color: rgb(105,0,96); }
div.DivClassName
{
background-color: #690060;
}
.BgClassName
{
background-color: #690060;
}
</style>
border-color css
<style>
span { border-color: #690060; }
span { border-color: rgb(105,0,96); }
td.TdClassName
{
border-color: #690060;
}
.TagClassName
{
border-color: #690060;
}
</style>