Shades of Han Purple #691EEC
Tints of Han Purple #691EEC
RGB
CMYK
RGB Variations
Color information
#691EEC (or 0x691EEC) is known color: Han Purple. HEX triplet: 69, 1E and EC. RGB value is (105,30,236). Sum of RGB (Red+Green+Blue) = 105+30+236=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #691EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #691EEC is #96E113. Grayscale: #4B4B4B. Windows color (decimal): -9888020 or 15474281. OLE color: 15474281.
HSL color Cylindrical-coordinate representation of color #691EEC: hue angle of 261.84º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #691EEC is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 30 | 236 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.07 |
| HSL | 261.84º | 0.84% | 0.52% | - |
| HSV(B) | 261.84º | 0.87% | 0.93% | - |
| XYZ | 21.43 | 9.99 | 80.16 | - |
| YUV | 75.91 | 218.35 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 30 | 236 | 0.56 | 0.87 | 0 | 0.07 | 261.84 | 0.84 | 0.52 |
| Hex | 69 | 1E | EC | 38 | 57 | 0 | 7 | 106 | 54 | 34 |
| Octal | 151 | 36 | 354 | 70 | 127 | 0 | 7 | 406 | 124 | 64 |
| Binary | 1101001 | 11110 | 11101100 | 111000 | 1010111 | 0 | 111 | 100000110 | 1010100 | 110100 |
Color Harmonies of #691EEC
Complementary color
Monochromatic Colors of #691EEC
Black with #691EEC
Text Example
Text Example
White with #691EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691EEC; }
p { color: rgb(105,30,236); }
H1.HeaderClassName
{
color: #691EEC;
}
.AnyTagClassName
{
color: #691EEC;
}
</style>
background-color css
<style>
a { background-color: #691EEC; }
a { background-color: rgb(105,30,236); }
div.DivClassName
{
background-color: #691EEC;
}
.BgClassName
{
background-color: #691EEC;
}
</style>
border-color css
<style>
span { border-color: #691EEC; }
span { border-color: rgb(105,30,236); }
td.TdClassName
{
border-color: #691EEC;
}
.TagClassName
{
border-color: #691EEC;
}
</style>