Shades of Han Purple #691BFF
Tints of Han Purple #691BFF
RGB
CMYK
RGB Variations
Color information
#691BFF (or 0x691BFF) is known color: Han Purple. HEX triplet: 69, 1B and FF. RGB value is (105,27,255). Sum of RGB (Red+Green+Blue) = 105+27+255=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 27 (10.94% from 255 or 6.98% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #691BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #691BFF is #96E400. Grayscale: #4B4B4B. Windows color (decimal): -9888769 or 16718697. OLE color: 16718697.
HSL color Cylindrical-coordinate representation of color #691BFF: hue angle of 260.53º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #691BFF is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 27 | 255 | - |
| CMYK | 0.59 | 0.89 | 0 | 0 |
| HSL | 260.53º | 1% | 0.55% | - |
| HSV(B) | 260.53º | 0.89% | 1% | - |
| XYZ | 24.27 | 11.01 | 95.45 | - |
| YUV | 76.31 | 228.84 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 27 | 255 | 0.59 | 0.89 | 0 | 0 | 260.53 | 1 | 0.55 |
| Hex | 69 | 1B | FF | 3B | 59 | 0 | 0 | 105 | 64 | 37 |
| Octal | 151 | 33 | 377 | 73 | 131 | 0 | 0 | 405 | 144 | 67 |
| Binary | 1101001 | 11011 | 11111111 | 111011 | 1011001 | 0 | 0 | 100000101 | 1100100 | 110111 |
Color Harmonies of #691BFF
Complementary color
Monochromatic Colors of #691BFF
Black with #691BFF
Text Example
Text Example
White with #691BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691BFF; }
p { color: rgb(105,27,255); }
H1.HeaderClassName
{
color: #691BFF;
}
.AnyTagClassName
{
color: #691BFF;
}
</style>
background-color css
<style>
a { background-color: #691BFF; }
a { background-color: rgb(105,27,255); }
div.DivClassName
{
background-color: #691BFF;
}
.BgClassName
{
background-color: #691BFF;
}
</style>
border-color css
<style>
span { border-color: #691BFF; }
span { border-color: rgb(105,27,255); }
td.TdClassName
{
border-color: #691BFF;
}
.TagClassName
{
border-color: #691BFF;
}
</style>