Shades of Purple #670779
Tints of Purple #670779
RGB
CMYK
RGB Variations
Color information
#670779 (or 0x670779) is known color: Purple. HEX triplet: 67, 07 and 79. RGB value is (103,7,121). Sum of RGB (Red+Green+Blue) = 103+7+121=231 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.59% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #670779 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670779 is #98F886. Grayscale: #303030. Windows color (decimal): -10025095 or 7931751. OLE color: 7931751.
HSL color Cylindrical-coordinate representation of color #670779: hue angle of 290.53º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670779 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 7 | 121 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.53 |
| HSL | 290.53º | 0.89% | 0.25% | - |
| HSV(B) | 290.53º | 0.94% | 0.47% | - |
| XYZ | 9.12 | 4.42 | 18.46 | - |
| YUV | 48.7 | 168.8 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 7 | 121 | 0.15 | 0.94 | 0 | 0.53 | 290.53 | 0.89 | 0.25 |
| Hex | 67 | 7 | 79 | F | 5E | 0 | 35 | 123 | 59 | 19 |
| Octal | 147 | 7 | 171 | 17 | 136 | 0 | 65 | 443 | 131 | 31 |
| Binary | 1100111 | 111 | 1111001 | 1111 | 1011110 | 0 | 110101 | 100100011 | 1011001 | 11001 |
Color Harmonies of #670779
Complementary color
Monochromatic Colors of #670779
Black with #670779
Text Example
Text Example
White with #670779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670779; }
p { color: rgb(103,7,121); }
H1.HeaderClassName
{
color: #670779;
}
.AnyTagClassName
{
color: #670779;
}
</style>
background-color css
<style>
a { background-color: #670779; }
a { background-color: rgb(103,7,121); }
div.DivClassName
{
background-color: #670779;
}
.BgClassName
{
background-color: #670779;
}
</style>
border-color css
<style>
span { border-color: #670779; }
span { border-color: rgb(103,7,121); }
td.TdClassName
{
border-color: #670779;
}
.TagClassName
{
border-color: #670779;
}
</style>