Shades of Purple #690380
Tints of Purple #690380
RGB
CMYK
RGB Variations
Color information
#690380 (or 0x690380) is known color: Purple. HEX triplet: 69, 03 and 80. RGB value is (105,3,128). Sum of RGB (Red+Green+Blue) = 105+3+128=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 128 (50.39% from 255 or 54.24% from 236); Max value from RGB is 128 - color contains mainly: blue. Hex color #690380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690380 is #96FC7F. Grayscale: #2F2F2F. Windows color (decimal): -9895040 or 8389481. OLE color: 8389481.
HSL color Cylindrical-coordinate representation of color #690380: hue angle of 288.96º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #690380 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 3 | 128 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.50 |
| HSL | 288.96º | 0.95% | 0.26% | - |
| HSV(B) | 288.96º | 0.98% | 0.5% | - |
| XYZ | 9.75 | 4.63 | 20.8 | - |
| YUV | 47.75 | 173.29 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 3 | 128 | 0.18 | 0.98 | 0 | 0.50 | 288.96 | 0.95 | 0.26 |
| Hex | 69 | 3 | 80 | 12 | 62 | 0 | 32 | 121 | 5F | 1A |
| Octal | 151 | 3 | 200 | 22 | 142 | 0 | 62 | 441 | 137 | 32 |
| Binary | 1101001 | 11 | 10000000 | 10010 | 1100010 | 0 | 110010 | 100100001 | 1011111 | 11010 |
Color Harmonies of #690380
Complementary color
Monochromatic Colors of #690380
Black with #690380
Text Example
Text Example
White with #690380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690380; }
p { color: rgb(105,3,128); }
H1.HeaderClassName
{
color: #690380;
}
.AnyTagClassName
{
color: #690380;
}
</style>
background-color css
<style>
a { background-color: #690380; }
a { background-color: rgb(105,3,128); }
div.DivClassName
{
background-color: #690380;
}
.BgClassName
{
background-color: #690380;
}
</style>
border-color css
<style>
span { border-color: #690380; }
span { border-color: rgb(105,3,128); }
td.TdClassName
{
border-color: #690380;
}
.TagClassName
{
border-color: #690380;
}
</style>