Shades of Han Purple #671BF7
Tints of Han Purple #671BF7
RGB
CMYK
RGB Variations
Color information
#671BF7 (or 0x671BF7) is known color: Han Purple. HEX triplet: 67, 1B and F7. RGB value is (103,27,247). Sum of RGB (Red+Green+Blue) = 103+27+247=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 247 (96.88% from 255 or 65.52% from 377); Max value from RGB is 247 - color contains mainly: blue. Hex color #671BF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #671BF7 is #98E408. Grayscale: #4A4A4A. Windows color (decimal): -10019849 or 16194407. OLE color: 16194407.
HSL color Cylindrical-coordinate representation of color #671BF7: hue angle of 260.73º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #671BF7 is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 103 | 27 | 247 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.03 |
| HSL | 260.73º | 0.93% | 0.54% | - |
| HSV(B) | 260.73º | 0.89% | 0.97% | - |
| XYZ | 22.77 | 10.38 | 88.8 | - |
| YUV | 74.8 | 225.18 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 27 | 247 | 0.58 | 0.89 | 0 | 0.03 | 260.73 | 0.93 | 0.54 |
| Hex | 67 | 1B | F7 | 3A | 59 | 0 | 3 | 105 | 5D | 36 |
| Octal | 147 | 33 | 367 | 72 | 131 | 0 | 3 | 405 | 135 | 66 |
| Binary | 1100111 | 11011 | 11110111 | 111010 | 1011001 | 0 | 11 | 100000101 | 1011101 | 110110 |
Color Harmonies of #671BF7
Complementary color
Monochromatic Colors of #671BF7
Black with #671BF7
Text Example
Text Example
White with #671BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671BF7; }
p { color: rgb(103,27,247); }
H1.HeaderClassName
{
color: #671BF7;
}
.AnyTagClassName
{
color: #671BF7;
}
</style>
background-color css
<style>
a { background-color: #671BF7; }
a { background-color: rgb(103,27,247); }
div.DivClassName
{
background-color: #671BF7;
}
.BgClassName
{
background-color: #671BF7;
}
</style>
border-color css
<style>
span { border-color: #671BF7; }
span { border-color: rgb(103,27,247); }
td.TdClassName
{
border-color: #671BF7;
}
.TagClassName
{
border-color: #671BF7;
}
</style>