Shades of Han Purple #691DF1
Tints of Han Purple #691DF1
RGB
CMYK
RGB Variations
Color information
#691DF1 (or 0x691DF1) is known color: Han Purple. HEX triplet: 69, 1D and F1. RGB value is (105,29,241). Sum of RGB (Red+Green+Blue) = 105+29+241=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 29 (11.72% from 255 or 7.73% from 375); Blue value is 241 (94.53% from 255 or 64.27% from 375); Max value from RGB is 241 - color contains mainly: blue. Hex color #691DF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #691DF1 is #96E20E. Grayscale: #4B4B4B. Windows color (decimal): -9888271 or 15801705. OLE color: 15801705.
HSL color Cylindrical-coordinate representation of color #691DF1: hue angle of 261.51º 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 #691DF1 is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 29 | 241 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.05 |
| HSL | 261.51º | 0.88% | 0.53% | - |
| HSV(B) | 261.51º | 0.88% | 0.95% | - |
| XYZ | 22.14 | 10.23 | 84.03 | - |
| YUV | 75.89 | 221.18 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 29 | 241 | 0.56 | 0.88 | 0 | 0.05 | 261.51 | 0.88 | 0.53 |
| Hex | 69 | 1D | F1 | 38 | 58 | 0 | 5 | 106 | 58 | 35 |
| Octal | 151 | 35 | 361 | 70 | 130 | 0 | 5 | 406 | 130 | 65 |
| Binary | 1101001 | 11101 | 11110001 | 111000 | 1011000 | 0 | 101 | 100000110 | 1011000 | 110101 |
Color Harmonies of #691DF1
Complementary color
Monochromatic Colors of #691DF1
Black with #691DF1
Text Example
Text Example
White with #691DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691DF1; }
p { color: rgb(105,29,241); }
H1.HeaderClassName
{
color: #691DF1;
}
.AnyTagClassName
{
color: #691DF1;
}
</style>
background-color css
<style>
a { background-color: #691DF1; }
a { background-color: rgb(105,29,241); }
div.DivClassName
{
background-color: #691DF1;
}
.BgClassName
{
background-color: #691DF1;
}
</style>
border-color css
<style>
span { border-color: #691DF1; }
span { border-color: rgb(105,29,241); }
td.TdClassName
{
border-color: #691DF1;
}
.TagClassName
{
border-color: #691DF1;
}
</style>