Shades of Purple #691280
Tints of Purple #691280
RGB
CMYK
RGB Variations
Color information
#691280 (or 0x691280) is known color: Purple. HEX triplet: 69, 12 and 80. RGB value is (105,18,128). Sum of RGB (Red+Green+Blue) = 105+18+128=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #691280 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691280 is #96ED7F. Grayscale: #383838. Windows color (decimal): -9891200 or 8393321. OLE color: 8393321.
HSL color Cylindrical-coordinate representation of color #691280: hue angle of 287.45º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #691280 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 18 | 128 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.50 |
| HSL | 287.45º | 0.75% | 0.29% | - |
| HSV(B) | 287.45º | 0.86% | 0.5% | - |
| XYZ | 9.94 | 4.99 | 20.86 | - |
| YUV | 56.55 | 168.32 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 18 | 128 | 0.18 | 0.86 | 0 | 0.50 | 287.45 | 0.75 | 0.29 |
| Hex | 69 | 12 | 80 | 12 | 56 | 0 | 32 | 11F | 4B | 1D |
| Octal | 151 | 22 | 200 | 22 | 126 | 0 | 62 | 437 | 113 | 35 |
| Binary | 1101001 | 10010 | 10000000 | 10010 | 1010110 | 0 | 110010 | 100011111 | 1001011 | 11101 |
Color Harmonies of #691280
Complementary color
Monochromatic Colors of #691280
Black with #691280
Text Example
Text Example
White with #691280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691280; }
p { color: rgb(105,18,128); }
H1.HeaderClassName
{
color: #691280;
}
.AnyTagClassName
{
color: #691280;
}
</style>
background-color css
<style>
a { background-color: #691280; }
a { background-color: rgb(105,18,128); }
div.DivClassName
{
background-color: #691280;
}
.BgClassName
{
background-color: #691280;
}
</style>
border-color css
<style>
span { border-color: #691280; }
span { border-color: rgb(105,18,128); }
td.TdClassName
{
border-color: #691280;
}
.TagClassName
{
border-color: #691280;
}
</style>