Shades of Purple #690488
Tints of Purple #690488
RGB
CMYK
RGB Variations
Color information
#690488 (or 0x690488) is known color: Purple. HEX triplet: 69, 04 and 88. RGB value is (105,4,136). Sum of RGB (Red+Green+Blue) = 105+4+136=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #690488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690488 is #96FB77. Grayscale: #303030. Windows color (decimal): -9894776 or 8914025. OLE color: 8914025.
HSL color Cylindrical-coordinate representation of color #690488: hue angle of 285.91º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #690488 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 4 | 136 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.47 |
| HSL | 285.91º | 0.94% | 0.27% | - |
| HSV(B) | 285.91º | 0.97% | 0.53% | - |
| XYZ | 10.31 | 4.87 | 23.69 | - |
| YUV | 49.25 | 176.96 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 4 | 136 | 0.23 | 0.97 | 0 | 0.47 | 285.91 | 0.94 | 0.27 |
| Hex | 69 | 4 | 88 | 17 | 61 | 0 | 2F | 11E | 5E | 1B |
| Octal | 151 | 4 | 210 | 27 | 141 | 0 | 57 | 436 | 136 | 33 |
| Binary | 1101001 | 100 | 10001000 | 10111 | 1100001 | 0 | 101111 | 100011110 | 1011110 | 11011 |
Color Harmonies of #690488
Complementary color
Monochromatic Colors of #690488
Black with #690488
Text Example
Text Example
White with #690488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690488; }
p { color: rgb(105,4,136); }
H1.HeaderClassName
{
color: #690488;
}
.AnyTagClassName
{
color: #690488;
}
</style>
background-color css
<style>
a { background-color: #690488; }
a { background-color: rgb(105,4,136); }
div.DivClassName
{
background-color: #690488;
}
.BgClassName
{
background-color: #690488;
}
</style>
border-color css
<style>
span { border-color: #690488; }
span { border-color: rgb(105,4,136); }
td.TdClassName
{
border-color: #690488;
}
.TagClassName
{
border-color: #690488;
}
</style>