Shades of Purple #690078
Tints of Purple #690078
RGB
CMYK
RGB Variations
Color information
#690078 (or 0x690078) is known color: Purple. HEX triplet: 69, 00 and 78. RGB value is (105,0,120). Sum of RGB (Red+Green+Blue) = 105+0+120=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #690078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690078 is #96FF87. Grayscale: #2C2C2C. Windows color (decimal): -9895816 or 7864425. OLE color: 7864425.
HSL color Cylindrical-coordinate representation of color #690078: hue angle of 292.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #690078 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 0 | 120 | - |
| CMYK | 0.13 | 1 | 0 | 0.53 |
| HSL | 292.5º | 1% | 0.24% | - |
| HSV(B) | 292.5º | 1% | 0.47% | - |
| XYZ | 9.22 | 4.36 | 18.13 | - |
| YUV | 45.08 | 170.29 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 120 | 0.13 | 1 | 0 | 0.53 | 292.5 | 1 | 0.24 |
| Hex | 69 | 0 | 78 | D | 64 | 0 | 35 | 124 | 64 | 18 |
| Octal | 151 | 0 | 170 | 15 | 144 | 0 | 65 | 444 | 144 | 30 |
| Binary | 1101001 | 0 | 1111000 | 1101 | 1100100 | 0 | 110101 | 100100100 | 1100100 | 11000 |
Color Harmonies of #690078
Complementary color
Monochromatic Colors of #690078
Black with #690078
Text Example
Text Example
White with #690078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690078; }
p { color: rgb(105,0,120); }
H1.HeaderClassName
{
color: #690078;
}
.AnyTagClassName
{
color: #690078;
}
</style>
background-color css
<style>
a { background-color: #690078; }
a { background-color: rgb(105,0,120); }
div.DivClassName
{
background-color: #690078;
}
.BgClassName
{
background-color: #690078;
}
</style>
border-color css
<style>
span { border-color: #690078; }
span { border-color: rgb(105,0,120); }
td.TdClassName
{
border-color: #690078;
}
.TagClassName
{
border-color: #690078;
}
</style>