Shades of Han Purple #671CF1
Tints of Han Purple #671CF1
RGB
CMYK
RGB Variations
Color information
#671CF1 (or 0x671CF1) is known color: Han Purple. HEX triplet: 67, 1C and F1. RGB value is (103,28,241). Sum of RGB (Red+Green+Blue) = 103+28+241=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 28 (11.33% from 255 or 7.53% from 372); Blue value is 241 (94.53% from 255 or 64.78% from 372); Max value from RGB is 241 - color contains mainly: blue. Hex color #671CF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #671CF1 is #98E30E. Grayscale: #494949. Windows color (decimal): -10019599 or 15801447. OLE color: 15801447.
HSL color Cylindrical-coordinate representation of color #671CF1: hue angle of 261.13º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #671CF1 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 28 | 241 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.05 |
| HSL | 261.13º | 0.88% | 0.53% | - |
| HSV(B) | 261.13º | 0.88% | 0.95% | - |
| XYZ | 21.89 | 10.06 | 84.01 | - |
| YUV | 74.71 | 221.85 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 28 | 241 | 0.57 | 0.88 | 0 | 0.05 | 261.13 | 0.88 | 0.53 |
| Hex | 67 | 1C | F1 | 39 | 58 | 0 | 5 | 105 | 58 | 35 |
| Octal | 147 | 34 | 361 | 71 | 130 | 0 | 5 | 405 | 130 | 65 |
| Binary | 1100111 | 11100 | 11110001 | 111001 | 1011000 | 0 | 101 | 100000101 | 1011000 | 110101 |
Color Harmonies of #671CF1
Complementary color
Monochromatic Colors of #671CF1
Black with #671CF1
Text Example
Text Example
White with #671CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671CF1; }
p { color: rgb(103,28,241); }
H1.HeaderClassName
{
color: #671CF1;
}
.AnyTagClassName
{
color: #671CF1;
}
</style>
background-color css
<style>
a { background-color: #671CF1; }
a { background-color: rgb(103,28,241); }
div.DivClassName
{
background-color: #671CF1;
}
.BgClassName
{
background-color: #671CF1;
}
</style>
border-color css
<style>
span { border-color: #671CF1; }
span { border-color: rgb(103,28,241); }
td.TdClassName
{
border-color: #671CF1;
}
.TagClassName
{
border-color: #671CF1;
}
</style>