Shades of Han Purple #691EEE
Tints of Han Purple #691EEE
RGB
CMYK
RGB Variations
Color information
#691EEE (or 0x691EEE) is known color: Han Purple. HEX triplet: 69, 1E and EE. RGB value is (105,30,238). Sum of RGB (Red+Green+Blue) = 105+30+238=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 238 (93.36% from 255 or 63.81% from 373); Max value from RGB is 238 - color contains mainly: blue. Hex color #691EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #691EEE is #96E111. Grayscale: #4B4B4B. Windows color (decimal): -9888018 or 15605353. OLE color: 15605353.
HSL color Cylindrical-coordinate representation of color #691EEE: hue angle of 261.63º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #691EEE is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 30 | 238 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.07 |
| HSL | 261.63º | 0.86% | 0.53% | - |
| HSV(B) | 261.63º | 0.87% | 0.93% | - |
| XYZ | 21.72 | 10.1 | 81.69 | - |
| YUV | 76.14 | 219.35 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 30 | 238 | 0.56 | 0.87 | 0 | 0.07 | 261.63 | 0.86 | 0.53 |
| Hex | 69 | 1E | EE | 38 | 57 | 0 | 7 | 106 | 56 | 35 |
| Octal | 151 | 36 | 356 | 70 | 127 | 0 | 7 | 406 | 126 | 65 |
| Binary | 1101001 | 11110 | 11101110 | 111000 | 1010111 | 0 | 111 | 100000110 | 1010110 | 110101 |
Color Harmonies of #691EEE
Complementary color
Monochromatic Colors of #691EEE
Black with #691EEE
Text Example
Text Example
White with #691EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691EEE; }
p { color: rgb(105,30,238); }
H1.HeaderClassName
{
color: #691EEE;
}
.AnyTagClassName
{
color: #691EEE;
}
</style>
background-color css
<style>
a { background-color: #691EEE; }
a { background-color: rgb(105,30,238); }
div.DivClassName
{
background-color: #691EEE;
}
.BgClassName
{
background-color: #691EEE;
}
</style>
border-color css
<style>
span { border-color: #691EEE; }
span { border-color: rgb(105,30,238); }
td.TdClassName
{
border-color: #691EEE;
}
.TagClassName
{
border-color: #691EEE;
}
</style>