Shades of Purple #690674
Tints of Purple #690674
RGB
CMYK
RGB Variations
Color information
#690674 (or 0x690674) is known color: Purple. HEX triplet: 69, 06 and 74. RGB value is (105,6,116). Sum of RGB (Red+Green+Blue) = 105+6+116=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #690674 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690674 is #96F98B. Grayscale: #2F2F2F. Windows color (decimal): -9894284 or 7603817. OLE color: 7603817.
HSL color Cylindrical-coordinate representation of color #690674: hue angle of 294º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690674 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 6 | 116 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.55 |
| HSL | 294º | 0.9% | 0.24% | - |
| HSV(B) | 294º | 0.95% | 0.45% | - |
| XYZ | 9.04 | 4.39 | 16.89 | - |
| YUV | 48.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 6 | 116 | 0.09 | 0.95 | 0 | 0.55 | 294 | 0.9 | 0.24 |
| Hex | 69 | 6 | 74 | 9 | 5F | 0 | 37 | 126 | 5A | 18 |
| Octal | 151 | 6 | 164 | 11 | 137 | 0 | 67 | 446 | 132 | 30 |
| Binary | 1101001 | 110 | 1110100 | 1001 | 1011111 | 0 | 110111 | 100100110 | 1011010 | 11000 |
Color Harmonies of #690674
Complementary color
Monochromatic Colors of #690674
Black with #690674
Text Example
Text Example
White with #690674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690674; }
p { color: rgb(105,6,116); }
H1.HeaderClassName
{
color: #690674;
}
.AnyTagClassName
{
color: #690674;
}
</style>
background-color css
<style>
a { background-color: #690674; }
a { background-color: rgb(105,6,116); }
div.DivClassName
{
background-color: #690674;
}
.BgClassName
{
background-color: #690674;
}
</style>
border-color css
<style>
span { border-color: #690674; }
span { border-color: rgb(105,6,116); }
td.TdClassName
{
border-color: #690674;
}
.TagClassName
{
border-color: #690674;
}
</style>