Shades of Purple #690168
Tints of Purple #690168
RGB
CMYK
RGB Variations
Color information
#690168 (or 0x690168) is known color: Purple. HEX triplet: 69, 01 and 68. RGB value is (105,1,104). Sum of RGB (Red+Green+Blue) = 105+1+104=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #690168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690168 is #96FE97. Grayscale: #2B2B2B. Windows color (decimal): -9895576 or 6816105. OLE color: 6816105.
HSL color Cylindrical-coordinate representation of color #690168: hue angle of 300.58º 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 #690168 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 1 | 104 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.59 |
| HSL | 300.58º | 0.98% | 0.21% | - |
| HSV(B) | 300.58º | 0.99% | 0.41% | - |
| XYZ | 8.34 | 4.02 | 13.43 | - |
| YUV | 43.84 | 161.96 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 104 | 0 | 0.99 | 0.01 | 0.59 | 300.58 | 0.98 | 0.21 |
| Hex | 69 | 1 | 68 | 0 | 63 | 1 | 3B | 12D | 62 | 15 |
| Octal | 151 | 1 | 150 | 0 | 143 | 1 | 73 | 455 | 142 | 25 |
| Binary | 1101001 | 1 | 1101000 | 0 | 1100011 | 1 | 111011 | 100101101 | 1100010 | 10101 |
Color Harmonies of #690168
Complementary color
Monochromatic Colors of #690168
Black with #690168
Text Example
Text Example
White with #690168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690168; }
p { color: rgb(105,1,104); }
H1.HeaderClassName
{
color: #690168;
}
.AnyTagClassName
{
color: #690168;
}
</style>
background-color css
<style>
a { background-color: #690168; }
a { background-color: rgb(105,1,104); }
div.DivClassName
{
background-color: #690168;
}
.BgClassName
{
background-color: #690168;
}
</style>
border-color css
<style>
span { border-color: #690168; }
span { border-color: rgb(105,1,104); }
td.TdClassName
{
border-color: #690168;
}
.TagClassName
{
border-color: #690168;
}
</style>