Shades of Han Purple #691CF8
Tints of Han Purple #691CF8
RGB
CMYK
RGB Variations
Color information
#691CF8 (or 0x691CF8) is known color: Han Purple. HEX triplet: 69, 1C and F8. RGB value is (105,28,248). Sum of RGB (Red+Green+Blue) = 105+28+248=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 248 (97.27% from 255 or 65.09% from 381); Max value from RGB is 248 - color contains mainly: blue. Hex color #691CF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #691CF8 is #96E307. Grayscale: #4B4B4B. Windows color (decimal): -9888520 or 16260201. OLE color: 16260201.
HSL color Cylindrical-coordinate representation of color #691CF8: hue angle of 261º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #691CF8 is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 105 | 28 | 248 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.03 |
| HSL | 261º | 0.94% | 0.54% | - |
| HSV(B) | 261º | 0.89% | 0.97% | - |
| XYZ | 23.18 | 10.61 | 89.63 | - |
| YUV | 76.1 | 225.01 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 28 | 248 | 0.58 | 0.89 | 0 | 0.03 | 261 | 0.94 | 0.54 |
| Hex | 69 | 1C | F8 | 3A | 59 | 0 | 3 | 105 | 5E | 36 |
| Octal | 151 | 34 | 370 | 72 | 131 | 0 | 3 | 405 | 136 | 66 |
| Binary | 1101001 | 11100 | 11111000 | 111010 | 1011001 | 0 | 11 | 100000101 | 1011110 | 110110 |
Color Harmonies of #691CF8
Complementary color
Monochromatic Colors of #691CF8
Black with #691CF8
Text Example
Text Example
White with #691CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691CF8; }
p { color: rgb(105,28,248); }
H1.HeaderClassName
{
color: #691CF8;
}
.AnyTagClassName
{
color: #691CF8;
}
</style>
background-color css
<style>
a { background-color: #691CF8; }
a { background-color: rgb(105,28,248); }
div.DivClassName
{
background-color: #691CF8;
}
.BgClassName
{
background-color: #691CF8;
}
</style>
border-color css
<style>
span { border-color: #691CF8; }
span { border-color: rgb(105,28,248); }
td.TdClassName
{
border-color: #691CF8;
}
.TagClassName
{
border-color: #691CF8;
}
</style>