Shades of Han Purple #691FFE
Tints of Han Purple #691FFE
RGB
CMYK
RGB Variations
Color information
#691FFE (or 0x691FFE) is known color: Han Purple. HEX triplet: 69, 1F and FE. RGB value is (105,31,254). Sum of RGB (Red+Green+Blue) = 105+31+254=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 254 (99.61% from 255 or 65.13% from 390); Max value from RGB is 254 - color contains mainly: blue. Hex color #691FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #691FFE is #96E001. Grayscale: #4D4D4D. Windows color (decimal): -9887746 or 16654185. OLE color: 16654185.
HSL color Cylindrical-coordinate representation of color #691FFE: hue angle of 259.91º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #691FFE is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 31 | 254 | - |
| CMYK | 0.59 | 0.88 | 0 | 0.00 |
| HSL | 259.91º | 0.99% | 0.56% | - |
| HSV(B) | 259.91º | 0.88% | 1% | - |
| XYZ | 24.21 | 11.14 | 94.64 | - |
| YUV | 78.55 | 227.02 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 31 | 254 | 0.59 | 0.88 | 0 | 0.00 | 259.91 | 0.99 | 0.56 |
| Hex | 69 | 1F | FE | 3B | 58 | 0 | 0 | 104 | 63 | 38 |
| Octal | 151 | 37 | 376 | 73 | 130 | 0 | 0 | 404 | 143 | 70 |
| Binary | 1101001 | 11111 | 11111110 | 111011 | 1011000 | 0 | 0 | 100000100 | 1100011 | 111000 |
Color Harmonies of #691FFE
Complementary color
Monochromatic Colors of #691FFE
Black with #691FFE
Text Example
Text Example
White with #691FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691FFE; }
p { color: rgb(105,31,254); }
H1.HeaderClassName
{
color: #691FFE;
}
.AnyTagClassName
{
color: #691FFE;
}
</style>
background-color css
<style>
a { background-color: #691FFE; }
a { background-color: rgb(105,31,254); }
div.DivClassName
{
background-color: #691FFE;
}
.BgClassName
{
background-color: #691FFE;
}
</style>
border-color css
<style>
span { border-color: #691FFE; }
span { border-color: rgb(105,31,254); }
td.TdClassName
{
border-color: #691FFE;
}
.TagClassName
{
border-color: #691FFE;
}
</style>