Shades of Han Purple #691AFC
Tints of Han Purple #691AFC
RGB
CMYK
RGB Variations
Color information
#691AFC (or 0x691AFC) is known color: Han Purple. HEX triplet: 69, 1A and FC. RGB value is (105,26,252). Sum of RGB (Red+Green+Blue) = 105+26+252=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #691AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #691AFC is #96E503. Grayscale: #4A4A4A. Windows color (decimal): -9889028 or 16521833. OLE color: 16521833.
HSL color Cylindrical-coordinate representation of color #691AFC: hue angle of 260.97º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #691AFC is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 26 | 252 | - |
| CMYK | 0.58 | 0.90 | 0 | 0.01 |
| HSL | 260.97º | 0.97% | 0.55% | - |
| HSV(B) | 260.97º | 0.9% | 0.99% | - |
| XYZ | 23.77 | 10.77 | 92.92 | - |
| YUV | 75.39 | 227.67 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 26 | 252 | 0.58 | 0.90 | 0 | 0.01 | 260.97 | 0.97 | 0.55 |
| Hex | 69 | 1A | FC | 3A | 5A | 0 | 1 | 105 | 61 | 37 |
| Octal | 151 | 32 | 374 | 72 | 132 | 0 | 1 | 405 | 141 | 67 |
| Binary | 1101001 | 11010 | 11111100 | 111010 | 1011010 | 0 | 1 | 100000101 | 1100001 | 110111 |
Color Harmonies of #691AFC
Complementary color
Monochromatic Colors of #691AFC
Black with #691AFC
Text Example
Text Example
White with #691AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691AFC; }
p { color: rgb(105,26,252); }
H1.HeaderClassName
{
color: #691AFC;
}
.AnyTagClassName
{
color: #691AFC;
}
</style>
background-color css
<style>
a { background-color: #691AFC; }
a { background-color: rgb(105,26,252); }
div.DivClassName
{
background-color: #691AFC;
}
.BgClassName
{
background-color: #691AFC;
}
</style>
border-color css
<style>
span { border-color: #691AFC; }
span { border-color: rgb(105,26,252); }
td.TdClassName
{
border-color: #691AFC;
}
.TagClassName
{
border-color: #691AFC;
}
</style>