Shades of Han Purple #691BF1
Tints of Han Purple #691BF1
RGB
CMYK
RGB Variations
Color information
#691BF1 (or 0x691BF1) is known color: Han Purple. HEX triplet: 69, 1B and F1. RGB value is (105,27,241). Sum of RGB (Red+Green+Blue) = 105+27+241=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 241 (94.53% from 255 or 64.61% from 373); Max value from RGB is 241 - color contains mainly: blue. Hex color #691BF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #691BF1 is #96E40E. Grayscale: #494949. Windows color (decimal): -9888783 or 15801193. OLE color: 15801193.
HSL color Cylindrical-coordinate representation of color #691BF1: hue angle of 261.87º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #691BF1 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 27 | 241 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.05 |
| HSL | 261.87º | 0.88% | 0.53% | - |
| HSV(B) | 261.87º | 0.89% | 0.95% | - |
| XYZ | 22.09 | 10.14 | 84.01 | - |
| YUV | 74.72 | 221.84 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 27 | 241 | 0.56 | 0.89 | 0 | 0.05 | 261.87 | 0.88 | 0.53 |
| Hex | 69 | 1B | F1 | 38 | 59 | 0 | 5 | 106 | 58 | 35 |
| Octal | 151 | 33 | 361 | 70 | 131 | 0 | 5 | 406 | 130 | 65 |
| Binary | 1101001 | 11011 | 11110001 | 111000 | 1011001 | 0 | 101 | 100000110 | 1011000 | 110101 |
Color Harmonies of #691BF1
Complementary color
Monochromatic Colors of #691BF1
Black with #691BF1
Text Example
Text Example
White with #691BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691BF1; }
p { color: rgb(105,27,241); }
H1.HeaderClassName
{
color: #691BF1;
}
.AnyTagClassName
{
color: #691BF1;
}
</style>
background-color css
<style>
a { background-color: #691BF1; }
a { background-color: rgb(105,27,241); }
div.DivClassName
{
background-color: #691BF1;
}
.BgClassName
{
background-color: #691BF1;
}
</style>
border-color css
<style>
span { border-color: #691BF1; }
span { border-color: rgb(105,27,241); }
td.TdClassName
{
border-color: #691BF1;
}
.TagClassName
{
border-color: #691BF1;
}
</style>