Shades of Purple #690268
Tints of Purple #690268
RGB
CMYK
RGB Variations
Color information
#690268 (or 0x690268) is known color: Purple. HEX triplet: 69, 02 and 68. RGB value is (105,2,104). Sum of RGB (Red+Green+Blue) = 105+2+104=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #690268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690268 is #96FD97. Grayscale: #2C2C2C. Windows color (decimal): -9895320 or 6816361. OLE color: 6816361.
HSL color Cylindrical-coordinate representation of color #690268: hue angle of 300.58º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #690268 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 2 | 104 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.59 |
| HSL | 300.58º | 0.96% | 0.21% | - |
| HSV(B) | 300.58º | 0.98% | 0.41% | - |
| XYZ | 8.35 | 4.05 | 13.44 | - |
| YUV | 44.43 | 161.62 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 104 | 0 | 0.98 | 0.01 | 0.59 | 300.58 | 0.96 | 0.21 |
| Hex | 69 | 2 | 68 | 0 | 62 | 1 | 3B | 12D | 60 | 15 |
| Octal | 151 | 2 | 150 | 0 | 142 | 1 | 73 | 455 | 140 | 25 |
| Binary | 1101001 | 10 | 1101000 | 0 | 1100010 | 1 | 111011 | 100101101 | 1100000 | 10101 |
Color Harmonies of #690268
Complementary color
Monochromatic Colors of #690268
Black with #690268
Text Example
Text Example
White with #690268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690268; }
p { color: rgb(105,2,104); }
H1.HeaderClassName
{
color: #690268;
}
.AnyTagClassName
{
color: #690268;
}
</style>
background-color css
<style>
a { background-color: #690268; }
a { background-color: rgb(105,2,104); }
div.DivClassName
{
background-color: #690268;
}
.BgClassName
{
background-color: #690268;
}
</style>
border-color css
<style>
span { border-color: #690268; }
span { border-color: rgb(105,2,104); }
td.TdClassName
{
border-color: #690268;
}
.TagClassName
{
border-color: #690268;
}
</style>