Shades of Purple #690162
Tints of Purple #690162
RGB
CMYK
RGB Variations
Color information
#690162 (or 0x690162) is known color: Purple. HEX triplet: 69, 01 and 62. RGB value is (105,1,98). Sum of RGB (Red+Green+Blue) = 105+1+98=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #690162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690162 is #96FE9D. Grayscale: #2A2A2A. Windows color (decimal): -9895582 or 6422889. OLE color: 6422889.
HSL color Cylindrical-coordinate representation of color #690162: hue angle of 304.04º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #690162 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 1 | 98 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.59 |
| HSL | 304.04º | 0.98% | 0.21% | - |
| HSV(B) | 304.04º | 0.99% | 0.41% | - |
| XYZ | 8.04 | 3.91 | 11.89 | - |
| YUV | 43.15 | 158.96 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 98 | 0 | 0.99 | 0.07 | 0.59 | 304.04 | 0.98 | 0.21 |
| Hex | 69 | 1 | 62 | 0 | 63 | 7 | 3B | 130 | 62 | 15 |
| Octal | 151 | 1 | 142 | 0 | 143 | 7 | 73 | 460 | 142 | 25 |
| Binary | 1101001 | 1 | 1100010 | 0 | 1100011 | 111 | 111011 | 100110000 | 1100010 | 10101 |
Color Harmonies of #690162
Complementary color
Monochromatic Colors of #690162
Black with #690162
Text Example
Text Example
White with #690162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690162; }
p { color: rgb(105,1,98); }
H1.HeaderClassName
{
color: #690162;
}
.AnyTagClassName
{
color: #690162;
}
</style>
background-color css
<style>
a { background-color: #690162; }
a { background-color: rgb(105,1,98); }
div.DivClassName
{
background-color: #690162;
}
.BgClassName
{
background-color: #690162;
}
</style>
border-color css
<style>
span { border-color: #690162; }
span { border-color: rgb(105,1,98); }
td.TdClassName
{
border-color: #690162;
}
.TagClassName
{
border-color: #690162;
}
</style>