Shades of Purple #691484
Tints of Purple #691484
RGB
CMYK
RGB Variations
Color information
#691484 (or 0x691484) is known color: Purple. HEX triplet: 69, 14 and 84. RGB value is (105,20,132). Sum of RGB (Red+Green+Blue) = 105+20+132=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #691484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691484 is #96EB7B. Grayscale: #393939. Windows color (decimal): -9890684 or 8655977. OLE color: 8655977.
HSL color Cylindrical-coordinate representation of color #691484: hue angle of 285.54º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #691484 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 20 | 132 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.48 |
| HSL | 285.54º | 0.74% | 0.3% | - |
| HSV(B) | 285.54º | 0.85% | 0.52% | - |
| XYZ | 10.24 | 5.17 | 22.29 | - |
| YUV | 58.18 | 169.66 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 20 | 132 | 0.20 | 0.85 | 0 | 0.48 | 285.54 | 0.74 | 0.3 |
| Hex | 69 | 14 | 84 | 14 | 55 | 0 | 30 | 11E | 4A | 1E |
| Octal | 151 | 24 | 204 | 24 | 125 | 0 | 60 | 436 | 112 | 36 |
| Binary | 1101001 | 10100 | 10000100 | 10100 | 1010101 | 0 | 110000 | 100011110 | 1001010 | 11110 |
Color Harmonies of #691484
Complementary color
Monochromatic Colors of #691484
Black with #691484
Text Example
Text Example
White with #691484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691484; }
p { color: rgb(105,20,132); }
H1.HeaderClassName
{
color: #691484;
}
.AnyTagClassName
{
color: #691484;
}
</style>
background-color css
<style>
a { background-color: #691484; }
a { background-color: rgb(105,20,132); }
div.DivClassName
{
background-color: #691484;
}
.BgClassName
{
background-color: #691484;
}
</style>
border-color css
<style>
span { border-color: #691484; }
span { border-color: rgb(105,20,132); }
td.TdClassName
{
border-color: #691484;
}
.TagClassName
{
border-color: #691484;
}
</style>