Shades of Han Purple #691BFA
Tints of Han Purple #691BFA
RGB
CMYK
RGB Variations
Color information
#691BFA (or 0x691BFA) is known color: Han Purple. HEX triplet: 69, 1B and FA. RGB value is (105,27,250). Sum of RGB (Red+Green+Blue) = 105+27+250=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 27 (10.94% from 255 or 7.07% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #691BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #691BFA is #96E405. Grayscale: #4A4A4A. Windows color (decimal): -9888774 or 16391017. OLE color: 16391017.
HSL color Cylindrical-coordinate representation of color #691BFA: hue angle of 260.99º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #691BFA is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 27 | 250 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.02 |
| HSL | 260.99º | 0.96% | 0.54% | - |
| HSV(B) | 260.99º | 0.89% | 0.98% | - |
| XYZ | 23.47 | 10.69 | 91.27 | - |
| YUV | 75.74 | 226.34 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 27 | 250 | 0.58 | 0.89 | 0 | 0.02 | 260.99 | 0.96 | 0.54 |
| Hex | 69 | 1B | FA | 3A | 59 | 0 | 2 | 105 | 60 | 36 |
| Octal | 151 | 33 | 372 | 72 | 131 | 0 | 2 | 405 | 140 | 66 |
| Binary | 1101001 | 11011 | 11111010 | 111010 | 1011001 | 0 | 10 | 100000101 | 1100000 | 110110 |
Color Harmonies of #691BFA
Complementary color
Monochromatic Colors of #691BFA
Black with #691BFA
Text Example
Text Example
White with #691BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691BFA; }
p { color: rgb(105,27,250); }
H1.HeaderClassName
{
color: #691BFA;
}
.AnyTagClassName
{
color: #691BFA;
}
</style>
background-color css
<style>
a { background-color: #691BFA; }
a { background-color: rgb(105,27,250); }
div.DivClassName
{
background-color: #691BFA;
}
.BgClassName
{
background-color: #691BFA;
}
</style>
border-color css
<style>
span { border-color: #691BFA; }
span { border-color: rgb(105,27,250); }
td.TdClassName
{
border-color: #691BFA;
}
.TagClassName
{
border-color: #691BFA;
}
</style>