Shades of Purple #690074
Tints of Purple #690074
RGB
CMYK
RGB Variations
Color information
#690074 (or 0x690074) is known color: Purple. HEX triplet: 69, 00 and 74. RGB value is (105,0,116). Sum of RGB (Red+Green+Blue) = 105+0+116=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #690074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690074 is #96FF8B. Grayscale: #2C2C2C. Windows color (decimal): -9895820 or 7602281. OLE color: 7602281.
HSL color Cylindrical-coordinate representation of color #690074: hue angle of 294.31º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #690074 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 0 | 116 | - |
| CMYK | 0.09 | 1 | 0 | 0.55 |
| HSL | 294.31º | 1% | 0.23% | - |
| HSV(B) | 294.31º | 1% | 0.45% | - |
| XYZ | 8.98 | 4.26 | 16.87 | - |
| YUV | 44.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 116 | 0.09 | 1 | 0 | 0.55 | 294.31 | 1 | 0.23 |
| Hex | 69 | 0 | 74 | 9 | 64 | 0 | 37 | 126 | 64 | 17 |
| Octal | 151 | 0 | 164 | 11 | 144 | 0 | 67 | 446 | 144 | 27 |
| Binary | 1101001 | 0 | 1110100 | 1001 | 1100100 | 0 | 110111 | 100100110 | 1100100 | 10111 |
Color Harmonies of #690074
Complementary color
Monochromatic Colors of #690074
Black with #690074
Text Example
Text Example
White with #690074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690074; }
p { color: rgb(105,0,116); }
H1.HeaderClassName
{
color: #690074;
}
.AnyTagClassName
{
color: #690074;
}
</style>
background-color css
<style>
a { background-color: #690074; }
a { background-color: rgb(105,0,116); }
div.DivClassName
{
background-color: #690074;
}
.BgClassName
{
background-color: #690074;
}
</style>
border-color css
<style>
span { border-color: #690074; }
span { border-color: rgb(105,0,116); }
td.TdClassName
{
border-color: #690074;
}
.TagClassName
{
border-color: #690074;
}
</style>