Shades of Purple #690379
Tints of Purple #690379
RGB
CMYK
RGB Variations
Color information
#690379 (or 0x690379) is known color: Purple. HEX triplet: 69, 03 and 79. RGB value is (105,3,121). Sum of RGB (Red+Green+Blue) = 105+3+121=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 121 (47.66% from 255 or 52.84% from 229); Max value from RGB is 121 - color contains mainly: blue. Hex color #690379 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690379 is #96FC86. Grayscale: #2E2E2E. Windows color (decimal): -9895047 or 7930729. OLE color: 7930729.
HSL color Cylindrical-coordinate representation of color #690379: hue angle of 291.86º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #690379 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 3 | 121 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.53 |
| HSL | 291.86º | 0.95% | 0.24% | - |
| HSV(B) | 291.86º | 0.98% | 0.47% | - |
| XYZ | 9.31 | 4.45 | 18.46 | - |
| YUV | 46.95 | 169.79 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 3 | 121 | 0.13 | 0.98 | 0 | 0.53 | 291.86 | 0.95 | 0.24 |
| Hex | 69 | 3 | 79 | D | 62 | 0 | 35 | 124 | 5F | 18 |
| Octal | 151 | 3 | 171 | 15 | 142 | 0 | 65 | 444 | 137 | 30 |
| Binary | 1101001 | 11 | 1111001 | 1101 | 1100010 | 0 | 110101 | 100100100 | 1011111 | 11000 |
Color Harmonies of #690379
Complementary color
Monochromatic Colors of #690379
Black with #690379
Text Example
Text Example
White with #690379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690379; }
p { color: rgb(105,3,121); }
H1.HeaderClassName
{
color: #690379;
}
.AnyTagClassName
{
color: #690379;
}
</style>
background-color css
<style>
a { background-color: #690379; }
a { background-color: rgb(105,3,121); }
div.DivClassName
{
background-color: #690379;
}
.BgClassName
{
background-color: #690379;
}
</style>
border-color css
<style>
span { border-color: #690379; }
span { border-color: rgb(105,3,121); }
td.TdClassName
{
border-color: #690379;
}
.TagClassName
{
border-color: #690379;
}
</style>