Shades of Han Purple #691CED
Tints of Han Purple #691CED
RGB
CMYK
RGB Variations
Color information
#691CED (or 0x691CED) is known color: Han Purple. HEX triplet: 69, 1C and ED. RGB value is (105,28,237). Sum of RGB (Red+Green+Blue) = 105+28+237=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #691CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #691CED is #96E312. Grayscale: #4A4A4A. Windows color (decimal): -9888531 or 15539305. OLE color: 15539305.
HSL color Cylindrical-coordinate representation of color #691CED: hue angle of 262.11º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #691CED is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 28 | 237 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.07 |
| HSL | 262.11º | 0.85% | 0.52% | - |
| HSV(B) | 262.11º | 0.88% | 0.93% | - |
| XYZ | 21.53 | 9.95 | 80.91 | - |
| YUV | 74.85 | 219.51 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 28 | 237 | 0.56 | 0.88 | 0 | 0.07 | 262.11 | 0.85 | 0.52 |
| Hex | 69 | 1C | ED | 38 | 58 | 0 | 7 | 106 | 55 | 34 |
| Octal | 151 | 34 | 355 | 70 | 130 | 0 | 7 | 406 | 125 | 64 |
| Binary | 1101001 | 11100 | 11101101 | 111000 | 1011000 | 0 | 111 | 100000110 | 1010101 | 110100 |
Color Harmonies of #691CED
Complementary color
Monochromatic Colors of #691CED
Black with #691CED
Text Example
Text Example
White with #691CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691CED; }
p { color: rgb(105,28,237); }
H1.HeaderClassName
{
color: #691CED;
}
.AnyTagClassName
{
color: #691CED;
}
</style>
background-color css
<style>
a { background-color: #691CED; }
a { background-color: rgb(105,28,237); }
div.DivClassName
{
background-color: #691CED;
}
.BgClassName
{
background-color: #691CED;
}
</style>
border-color css
<style>
span { border-color: #691CED; }
span { border-color: rgb(105,28,237); }
td.TdClassName
{
border-color: #691CED;
}
.TagClassName
{
border-color: #691CED;
}
</style>