Shades of Han Purple #671BF3
Tints of Han Purple #671BF3
RGB
CMYK
RGB Variations
Color information
#671BF3 (or 0x671BF3) is known color: Han Purple. HEX triplet: 67, 1B and F3. RGB value is (103,27,243). Sum of RGB (Red+Green+Blue) = 103+27+243=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 243 (95.31% from 255 or 65.15% from 373); Max value from RGB is 243 - color contains mainly: blue. Hex color #671BF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #671BF3 is #98E40C. Grayscale: #494949. Windows color (decimal): -10019853 or 15932263. OLE color: 15932263.
HSL color Cylindrical-coordinate representation of color #671BF3: hue angle of 261.11º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #671BF3 is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 27 | 243 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.05 |
| HSL | 261.11º | 0.9% | 0.53% | - |
| HSV(B) | 261.11º | 0.89% | 0.95% | - |
| XYZ | 22.16 | 10.14 | 85.58 | - |
| YUV | 74.35 | 223.18 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 27 | 243 | 0.58 | 0.89 | 0 | 0.05 | 261.11 | 0.9 | 0.53 |
| Hex | 67 | 1B | F3 | 3A | 59 | 0 | 5 | 105 | 5A | 35 |
| Octal | 147 | 33 | 363 | 72 | 131 | 0 | 5 | 405 | 132 | 65 |
| Binary | 1100111 | 11011 | 11110011 | 111010 | 1011001 | 0 | 101 | 100000101 | 1011010 | 110101 |
Color Harmonies of #671BF3
Complementary color
Monochromatic Colors of #671BF3
Black with #671BF3
Text Example
Text Example
White with #671BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671BF3; }
p { color: rgb(103,27,243); }
H1.HeaderClassName
{
color: #671BF3;
}
.AnyTagClassName
{
color: #671BF3;
}
</style>
background-color css
<style>
a { background-color: #671BF3; }
a { background-color: rgb(103,27,243); }
div.DivClassName
{
background-color: #671BF3;
}
.BgClassName
{
background-color: #671BF3;
}
</style>
border-color css
<style>
span { border-color: #671BF3; }
span { border-color: rgb(103,27,243); }
td.TdClassName
{
border-color: #671BF3;
}
.TagClassName
{
border-color: #671BF3;
}
</style>