Shades of Purple #690580
Tints of Purple #690580
RGB
CMYK
RGB Variations
Color information
#690580 (or 0x690580) is known color: Purple. HEX triplet: 69, 05 and 80. RGB value is (105,5,128). Sum of RGB (Red+Green+Blue) = 105+5+128=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 128 (50.39% from 255 or 53.78% from 238); Max value from RGB is 128 - color contains mainly: blue. Hex color #690580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690580 is #96FA7F. Grayscale: #303030. Windows color (decimal): -9894528 or 8389993. OLE color: 8389993.
HSL color Cylindrical-coordinate representation of color #690580: hue angle of 288.78º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #690580 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 5 | 128 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.50 |
| HSL | 288.78º | 0.92% | 0.26% | - |
| HSV(B) | 288.78º | 0.96% | 0.5% | - |
| XYZ | 9.78 | 4.67 | 20.81 | - |
| YUV | 48.92 | 172.63 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 5 | 128 | 0.18 | 0.96 | 0 | 0.50 | 288.78 | 0.92 | 0.26 |
| Hex | 69 | 5 | 80 | 12 | 60 | 0 | 32 | 121 | 5C | 1A |
| Octal | 151 | 5 | 200 | 22 | 140 | 0 | 62 | 441 | 134 | 32 |
| Binary | 1101001 | 101 | 10000000 | 10010 | 1100000 | 0 | 110010 | 100100001 | 1011100 | 11010 |
Color Harmonies of #690580
Complementary color
Monochromatic Colors of #690580
Black with #690580
Text Example
Text Example
White with #690580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690580; }
p { color: rgb(105,5,128); }
H1.HeaderClassName
{
color: #690580;
}
.AnyTagClassName
{
color: #690580;
}
</style>
background-color css
<style>
a { background-color: #690580; }
a { background-color: rgb(105,5,128); }
div.DivClassName
{
background-color: #690580;
}
.BgClassName
{
background-color: #690580;
}
</style>
border-color css
<style>
span { border-color: #690580; }
span { border-color: rgb(105,5,128); }
td.TdClassName
{
border-color: #690580;
}
.TagClassName
{
border-color: #690580;
}
</style>