Shades of Purple #690970
Tints of Purple #690970
RGB
CMYK
RGB Variations
Color information
#690970 (or 0x690970) is known color: Purple. HEX triplet: 69, 09 and 70. RGB value is (105,9,112). Sum of RGB (Red+Green+Blue) = 105+9+112=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #690970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690970 is #96F68F. Grayscale: #313131. Windows color (decimal): -9893520 or 7342441. OLE color: 7342441.
HSL color Cylindrical-coordinate representation of color #690970: hue angle of 295.92º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #690970 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 9 | 112 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.56 |
| HSL | 295.92º | 0.85% | 0.24% | - |
| HSV(B) | 295.92º | 0.92% | 0.44% | - |
| XYZ | 8.85 | 4.37 | 15.71 | - |
| YUV | 49.45 | 163.3 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 9 | 112 | 0.06 | 0.92 | 0 | 0.56 | 295.92 | 0.85 | 0.24 |
| Hex | 69 | 9 | 70 | 6 | 5C | 0 | 38 | 128 | 55 | 18 |
| Octal | 151 | 11 | 160 | 6 | 134 | 0 | 70 | 450 | 125 | 30 |
| Binary | 1101001 | 1001 | 1110000 | 110 | 1011100 | 0 | 111000 | 100101000 | 1010101 | 11000 |
Color Harmonies of #690970
Complementary color
Monochromatic Colors of #690970
Black with #690970
Text Example
Text Example
White with #690970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690970; }
p { color: rgb(105,9,112); }
H1.HeaderClassName
{
color: #690970;
}
.AnyTagClassName
{
color: #690970;
}
</style>
background-color css
<style>
a { background-color: #690970; }
a { background-color: rgb(105,9,112); }
div.DivClassName
{
background-color: #690970;
}
.BgClassName
{
background-color: #690970;
}
</style>
border-color css
<style>
span { border-color: #690970; }
span { border-color: rgb(105,9,112); }
td.TdClassName
{
border-color: #690970;
}
.TagClassName
{
border-color: #690970;
}
</style>