Shades of Purple #690281
Tints of Purple #690281
RGB
CMYK
RGB Variations
Color information
#690281 (or 0x690281) is known color: Purple. HEX triplet: 69, 02 and 81. RGB value is (105,2,129). Sum of RGB (Red+Green+Blue) = 105+2+129=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 129 (50.78% from 255 or 54.66% from 236); Max value from RGB is 129 - color contains mainly: blue. Hex color #690281 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690281 is #96FD7E. Grayscale: #2E2E2E. Windows color (decimal): -9895295 or 8454761. OLE color: 8454761.
HSL color Cylindrical-coordinate representation of color #690281: hue angle of 288.66º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #690281 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 2 | 129 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.49 |
| HSL | 288.66º | 0.97% | 0.26% | - |
| HSV(B) | 288.66º | 0.98% | 0.51% | - |
| XYZ | 9.81 | 4.63 | 21.15 | - |
| YUV | 47.28 | 174.12 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 129 | 0.19 | 0.98 | 0 | 0.49 | 288.66 | 0.97 | 0.26 |
| Hex | 69 | 2 | 81 | 13 | 62 | 0 | 31 | 121 | 61 | 1A |
| Octal | 151 | 2 | 201 | 23 | 142 | 0 | 61 | 441 | 141 | 32 |
| Binary | 1101001 | 10 | 10000001 | 10011 | 1100010 | 0 | 110001 | 100100001 | 1100001 | 11010 |
Color Harmonies of #690281
Complementary color
Monochromatic Colors of #690281
Black with #690281
Text Example
Text Example
White with #690281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690281; }
p { color: rgb(105,2,129); }
H1.HeaderClassName
{
color: #690281;
}
.AnyTagClassName
{
color: #690281;
}
</style>
background-color css
<style>
a { background-color: #690281; }
a { background-color: rgb(105,2,129); }
div.DivClassName
{
background-color: #690281;
}
.BgClassName
{
background-color: #690281;
}
</style>
border-color css
<style>
span { border-color: #690281; }
span { border-color: rgb(105,2,129); }
td.TdClassName
{
border-color: #690281;
}
.TagClassName
{
border-color: #690281;
}
</style>