Shades of Han Purple #691EF1
Tints of Han Purple #691EF1
RGB
CMYK
RGB Variations
Color information
#691EF1 (or 0x691EF1) is known color: Han Purple. HEX triplet: 69, 1E and F1. RGB value is (105,30,241). Sum of RGB (Red+Green+Blue) = 105+30+241=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 241 (94.53% from 255 or 64.10% from 376); Max value from RGB is 241 - color contains mainly: blue. Hex color #691EF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #691EF1 is #96E10E. Grayscale: #4B4B4B. Windows color (decimal): -9888015 or 15801961. OLE color: 15801961.
HSL color Cylindrical-coordinate representation of color #691EF1: hue angle of 261.33º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #691EF1 is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 30 | 241 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.05 |
| HSL | 261.33º | 0.88% | 0.53% | - |
| HSV(B) | 261.33º | 0.88% | 0.95% | - |
| XYZ | 22.17 | 10.28 | 84.04 | - |
| YUV | 76.48 | 220.85 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 30 | 241 | 0.56 | 0.88 | 0 | 0.05 | 261.33 | 0.88 | 0.53 |
| Hex | 69 | 1E | F1 | 38 | 58 | 0 | 5 | 105 | 58 | 35 |
| Octal | 151 | 36 | 361 | 70 | 130 | 0 | 5 | 405 | 130 | 65 |
| Binary | 1101001 | 11110 | 11110001 | 111000 | 1011000 | 0 | 101 | 100000101 | 1011000 | 110101 |
Color Harmonies of #691EF1
Complementary color
Monochromatic Colors of #691EF1
Black with #691EF1
Text Example
Text Example
White with #691EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691EF1; }
p { color: rgb(105,30,241); }
H1.HeaderClassName
{
color: #691EF1;
}
.AnyTagClassName
{
color: #691EF1;
}
</style>
background-color css
<style>
a { background-color: #691EF1; }
a { background-color: rgb(105,30,241); }
div.DivClassName
{
background-color: #691EF1;
}
.BgClassName
{
background-color: #691EF1;
}
</style>
border-color css
<style>
span { border-color: #691EF1; }
span { border-color: rgb(105,30,241); }
td.TdClassName
{
border-color: #691EF1;
}
.TagClassName
{
border-color: #691EF1;
}
</style>