Shades of Han Purple #691CF3
Tints of Han Purple #691CF3
RGB
CMYK
RGB Variations
Color information
#691CF3 (or 0x691CF3) is known color: Han Purple. HEX triplet: 69, 1C and F3. RGB value is (105,28,243). Sum of RGB (Red+Green+Blue) = 105+28+243=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 243 (95.31% from 255 or 64.63% from 376); Max value from RGB is 243 - color contains mainly: blue. Hex color #691CF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #691CF3 is #96E30C. Grayscale: #4A4A4A. Windows color (decimal): -9888525 or 15932521. OLE color: 15932521.
HSL color Cylindrical-coordinate representation of color #691CF3: hue angle of 261.49º degrees, saturation: 0.9, 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 #691CF3 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 28 | 243 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.05 |
| HSL | 261.49º | 0.9% | 0.53% | - |
| HSV(B) | 261.49º | 0.88% | 0.95% | - |
| XYZ | 22.42 | 10.3 | 85.6 | - |
| YUV | 75.53 | 222.51 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 28 | 243 | 0.57 | 0.88 | 0 | 0.05 | 261.49 | 0.9 | 0.53 |
| Hex | 69 | 1C | F3 | 39 | 58 | 0 | 5 | 105 | 5A | 35 |
| Octal | 151 | 34 | 363 | 71 | 130 | 0 | 5 | 405 | 132 | 65 |
| Binary | 1101001 | 11100 | 11110011 | 111001 | 1011000 | 0 | 101 | 100000101 | 1011010 | 110101 |
Color Harmonies of #691CF3
Complementary color
Monochromatic Colors of #691CF3
Black with #691CF3
Text Example
Text Example
White with #691CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691CF3; }
p { color: rgb(105,28,243); }
H1.HeaderClassName
{
color: #691CF3;
}
.AnyTagClassName
{
color: #691CF3;
}
</style>
background-color css
<style>
a { background-color: #691CF3; }
a { background-color: rgb(105,28,243); }
div.DivClassName
{
background-color: #691CF3;
}
.BgClassName
{
background-color: #691CF3;
}
</style>
border-color css
<style>
span { border-color: #691CF3; }
span { border-color: rgb(105,28,243); }
td.TdClassName
{
border-color: #691CF3;
}
.TagClassName
{
border-color: #691CF3;
}
</style>