Shades of Han Purple #691EED
Tints of Han Purple #691EED
RGB
CMYK
RGB Variations
Color information
#691EED (or 0x691EED) is known color: Han Purple. HEX triplet: 69, 1E and ED. RGB value is (105,30,237). Sum of RGB (Red+Green+Blue) = 105+30+237=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 237 (92.97% from 255 or 63.71% from 372); Max value from RGB is 237 - color contains mainly: blue. Hex color #691EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #691EED is #96E112. Grayscale: #4B4B4B. Windows color (decimal): -9888019 or 15539817. OLE color: 15539817.
HSL color Cylindrical-coordinate representation of color #691EED: hue angle of 261.74º degrees, saturation: 0.85, 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 #691EED is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 30 | 237 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.07 |
| HSL | 261.74º | 0.85% | 0.52% | - |
| HSV(B) | 261.74º | 0.87% | 0.93% | - |
| XYZ | 21.58 | 10.05 | 80.92 | - |
| YUV | 76.02 | 218.85 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 30 | 237 | 0.56 | 0.87 | 0 | 0.07 | 261.74 | 0.85 | 0.52 |
| Hex | 69 | 1E | ED | 38 | 57 | 0 | 7 | 106 | 55 | 34 |
| Octal | 151 | 36 | 355 | 70 | 127 | 0 | 7 | 406 | 125 | 64 |
| Binary | 1101001 | 11110 | 11101101 | 111000 | 1010111 | 0 | 111 | 100000110 | 1010101 | 110100 |
Color Harmonies of #691EED
Complementary color
Monochromatic Colors of #691EED
Black with #691EED
Text Example
Text Example
White with #691EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691EED; }
p { color: rgb(105,30,237); }
H1.HeaderClassName
{
color: #691EED;
}
.AnyTagClassName
{
color: #691EED;
}
</style>
background-color css
<style>
a { background-color: #691EED; }
a { background-color: rgb(105,30,237); }
div.DivClassName
{
background-color: #691EED;
}
.BgClassName
{
background-color: #691EED;
}
</style>
border-color css
<style>
span { border-color: #691EED; }
span { border-color: rgb(105,30,237); }
td.TdClassName
{
border-color: #691EED;
}
.TagClassName
{
border-color: #691EED;
}
</style>