Shades of Han Purple #691EE7
Tints of Han Purple #691EE7
RGB
CMYK
RGB Variations
Color information
#691EE7 (or 0x691EE7) is known color: Han Purple. HEX triplet: 69, 1E and E7. RGB value is (105,30,231). Sum of RGB (Red+Green+Blue) = 105+30+231=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 231 (90.62% from 255 or 63.11% from 366); Max value from RGB is 231 - color contains mainly: blue. Hex color #691EE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #691EE7 is #96E118. Grayscale: #4A4A4A. Windows color (decimal): -9888025 or 15146601. OLE color: 15146601.
HSL color Cylindrical-coordinate representation of color #691EE7: hue angle of 262.39º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #691EE7 is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 30 | 231 | - |
| CMYK | 0.55 | 0.87 | 0 | 0.09 |
| HSL | 262.39º | 0.81% | 0.51% | - |
| HSV(B) | 262.39º | 0.87% | 0.91% | - |
| XYZ | 20.71 | 9.7 | 76.38 | - |
| YUV | 75.34 | 215.85 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 30 | 231 | 0.55 | 0.87 | 0 | 0.09 | 262.39 | 0.81 | 0.51 |
| Hex | 69 | 1E | E7 | 37 | 57 | 0 | 9 | 106 | 51 | 33 |
| Octal | 151 | 36 | 347 | 67 | 127 | 0 | 11 | 406 | 121 | 63 |
| Binary | 1101001 | 11110 | 11100111 | 110111 | 1010111 | 0 | 1001 | 100000110 | 1010001 | 110011 |
Color Harmonies of #691EE7
Complementary color
Monochromatic Colors of #691EE7
Black with #691EE7
Text Example
Text Example
White with #691EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691EE7; }
p { color: rgb(105,30,231); }
H1.HeaderClassName
{
color: #691EE7;
}
.AnyTagClassName
{
color: #691EE7;
}
</style>
background-color css
<style>
a { background-color: #691EE7; }
a { background-color: rgb(105,30,231); }
div.DivClassName
{
background-color: #691EE7;
}
.BgClassName
{
background-color: #691EE7;
}
</style>
border-color css
<style>
span { border-color: #691EE7; }
span { border-color: rgb(105,30,231); }
td.TdClassName
{
border-color: #691EE7;
}
.TagClassName
{
border-color: #691EE7;
}
</style>