Shades of Han Purple #691AED
Tints of Han Purple #691AED
RGB
CMYK
RGB Variations
Color information
#691AED (or 0x691AED) is known color: Han Purple. HEX triplet: 69, 1A and ED. RGB value is (105,26,237). Sum of RGB (Red+Green+Blue) = 105+26+237=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #691AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #691AED is #96E512. Grayscale: #484848. Windows color (decimal): -9889043 or 15538793. OLE color: 15538793.
HSL color Cylindrical-coordinate representation of color #691AED: hue angle of 262.46º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #691AED is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 26 | 237 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.07 |
| HSL | 262.46º | 0.85% | 0.52% | - |
| HSV(B) | 262.46º | 0.89% | 0.93% | - |
| XYZ | 21.48 | 9.86 | 80.89 | - |
| YUV | 73.68 | 220.17 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 26 | 237 | 0.56 | 0.89 | 0 | 0.07 | 262.46 | 0.85 | 0.52 |
| Hex | 69 | 1A | ED | 38 | 59 | 0 | 7 | 106 | 55 | 34 |
| Octal | 151 | 32 | 355 | 70 | 131 | 0 | 7 | 406 | 125 | 64 |
| Binary | 1101001 | 11010 | 11101101 | 111000 | 1011001 | 0 | 111 | 100000110 | 1010101 | 110100 |
Color Harmonies of #691AED
Complementary color
Monochromatic Colors of #691AED
Black with #691AED
Text Example
Text Example
White with #691AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691AED; }
p { color: rgb(105,26,237); }
H1.HeaderClassName
{
color: #691AED;
}
.AnyTagClassName
{
color: #691AED;
}
</style>
background-color css
<style>
a { background-color: #691AED; }
a { background-color: rgb(105,26,237); }
div.DivClassName
{
background-color: #691AED;
}
.BgClassName
{
background-color: #691AED;
}
</style>
border-color css
<style>
span { border-color: #691AED; }
span { border-color: rgb(105,26,237); }
td.TdClassName
{
border-color: #691AED;
}
.TagClassName
{
border-color: #691AED;
}
</style>