Shades of Han Purple #691AFF
Tints of Han Purple #691AFF
RGB
CMYK
RGB Variations
Color information
#691AFF (or 0x691AFF) is known color: Han Purple. HEX triplet: 69, 1A and FF. RGB value is (105,26,255). Sum of RGB (Red+Green+Blue) = 105+26+255=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #691AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #691AFF is #96E500. Grayscale: #4A4A4A. Windows color (decimal): -9889025 or 16718441. OLE color: 16718441.
HSL color Cylindrical-coordinate representation of color #691AFF: hue angle of 260.7º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #691AFF is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 26 | 255 | - |
| CMYK | 0.59 | 0.90 | 0 | 0 |
| HSL | 260.7º | 1% | 0.55% | - |
| HSV(B) | 260.7º | 0.9% | 1% | - |
| XYZ | 24.25 | 10.96 | 95.45 | - |
| YUV | 75.73 | 229.17 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 26 | 255 | 0.59 | 0.90 | 0 | 0 | 260.7 | 1 | 0.55 |
| Hex | 69 | 1A | FF | 3B | 5A | 0 | 0 | 105 | 64 | 37 |
| Octal | 151 | 32 | 377 | 73 | 132 | 0 | 0 | 405 | 144 | 67 |
| Binary | 1101001 | 11010 | 11111111 | 111011 | 1011010 | 0 | 0 | 100000101 | 1100100 | 110111 |
Color Harmonies of #691AFF
Complementary color
Monochromatic Colors of #691AFF
Black with #691AFF
Text Example
Text Example
White with #691AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691AFF; }
p { color: rgb(105,26,255); }
H1.HeaderClassName
{
color: #691AFF;
}
.AnyTagClassName
{
color: #691AFF;
}
</style>
background-color css
<style>
a { background-color: #691AFF; }
a { background-color: rgb(105,26,255); }
div.DivClassName
{
background-color: #691AFF;
}
.BgClassName
{
background-color: #691AFF;
}
</style>
border-color css
<style>
span { border-color: #691AFF; }
span { border-color: rgb(105,26,255); }
td.TdClassName
{
border-color: #691AFF;
}
.TagClassName
{
border-color: #691AFF;
}
</style>