Shades of Han Purple #691CF1
Tints of Han Purple #691CF1
RGB
CMYK
RGB Variations
Color information
#691CF1 (or 0x691CF1) is known color: Han Purple. HEX triplet: 69, 1C and F1. RGB value is (105,28,241). Sum of RGB (Red+Green+Blue) = 105+28+241=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 28 (11.33% from 255 or 7.49% from 374); Blue value is 241 (94.53% from 255 or 64.44% from 374); Max value from RGB is 241 - color contains mainly: blue. Hex color #691CF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #691CF1 is #96E30E. Grayscale: #4A4A4A. Windows color (decimal): -9888527 or 15801449. OLE color: 15801449.
HSL color Cylindrical-coordinate representation of color #691CF1: hue angle of 261.69º 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 #691CF1 is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 28 | 241 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.05 |
| HSL | 261.69º | 0.88% | 0.53% | - |
| HSV(B) | 261.69º | 0.88% | 0.95% | - |
| XYZ | 22.12 | 10.18 | 84.02 | - |
| YUV | 75.31 | 221.51 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 28 | 241 | 0.56 | 0.88 | 0 | 0.05 | 261.69 | 0.88 | 0.53 |
| Hex | 69 | 1C | F1 | 38 | 58 | 0 | 5 | 106 | 58 | 35 |
| Octal | 151 | 34 | 361 | 70 | 130 | 0 | 5 | 406 | 130 | 65 |
| Binary | 1101001 | 11100 | 11110001 | 111000 | 1011000 | 0 | 101 | 100000110 | 1011000 | 110101 |
Color Harmonies of #691CF1
Complementary color
Monochromatic Colors of #691CF1
Black with #691CF1
Text Example
Text Example
White with #691CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691CF1; }
p { color: rgb(105,28,241); }
H1.HeaderClassName
{
color: #691CF1;
}
.AnyTagClassName
{
color: #691CF1;
}
</style>
background-color css
<style>
a { background-color: #691CF1; }
a { background-color: rgb(105,28,241); }
div.DivClassName
{
background-color: #691CF1;
}
.BgClassName
{
background-color: #691CF1;
}
</style>
border-color css
<style>
span { border-color: #691CF1; }
span { border-color: rgb(105,28,241); }
td.TdClassName
{
border-color: #691CF1;
}
.TagClassName
{
border-color: #691CF1;
}
</style>