Shades of Purple #690065
Tints of Purple #690065
RGB
CMYK
RGB Variations
Color information
#690065 (or 0x690065) is known color: Purple. HEX triplet: 69, 00 and 65. RGB value is (105,0,101). Sum of RGB (Red+Green+Blue) = 105+0+101=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #690065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690065 is #96FF9A. Grayscale: #2A2A2A. Windows color (decimal): -9895835 or 6619241. OLE color: 6619241.
HSL color Cylindrical-coordinate representation of color #690065: hue angle of 302.29º 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 #690065 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.04 | 0.59 |
| HSL | 302.29º | 1% | 0.21% | - |
| HSV(B) | 302.29º | 1% | 0.41% | - |
| XYZ | 8.17 | 3.94 | 12.64 | - |
| YUV | 42.91 | 160.79 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 101 | 0 | 1 | 0.04 | 0.59 | 302.29 | 1 | 0.21 |
| Hex | 69 | 0 | 65 | 0 | 64 | 4 | 3B | 12E | 64 | 15 |
| Octal | 151 | 0 | 145 | 0 | 144 | 4 | 73 | 456 | 144 | 25 |
| Binary | 1101001 | 0 | 1100101 | 0 | 1100100 | 100 | 111011 | 100101110 | 1100100 | 10101 |
Color Harmonies of #690065
Complementary color
Monochromatic Colors of #690065
Black with #690065
Text Example
Text Example
White with #690065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690065; }
p { color: rgb(105,0,101); }
H1.HeaderClassName
{
color: #690065;
}
.AnyTagClassName
{
color: #690065;
}
</style>
background-color css
<style>
a { background-color: #690065; }
a { background-color: rgb(105,0,101); }
div.DivClassName
{
background-color: #690065;
}
.BgClassName
{
background-color: #690065;
}
</style>
border-color css
<style>
span { border-color: #690065; }
span { border-color: rgb(105,0,101); }
td.TdClassName
{
border-color: #690065;
}
.TagClassName
{
border-color: #690065;
}
</style>