Shades of Han Purple #671FE9
Tints of Han Purple #671FE9
RGB
CMYK
RGB Variations
Color information
#671FE9 (or 0x671FE9) is known color: Han Purple. HEX triplet: 67, 1F and E9. RGB value is (103,31,233). Sum of RGB (Red+Green+Blue) = 103+31+233=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 31 (12.5% from 255 or 8.45% from 367); Blue value is 233 (91.41% from 255 or 63.49% from 367); Max value from RGB is 233 - color contains mainly: blue. Hex color #671FE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #671FE9 is #98E016. Grayscale: #4A4A4A. Windows color (decimal): -10018839 or 15277927. OLE color: 15277927.
HSL color Cylindrical-coordinate representation of color #671FE9: hue angle of 261.39º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #671FE9 is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 103 | 31 | 233 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.09 |
| HSL | 261.39º | 0.82% | 0.52% | - |
| HSV(B) | 261.39º | 0.87% | 0.91% | - |
| XYZ | 20.79 | 9.75 | 77.88 | - |
| YUV | 75.56 | 216.85 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 233 | 0.56 | 0.87 | 0 | 0.09 | 261.39 | 0.82 | 0.52 |
| Hex | 67 | 1F | E9 | 38 | 57 | 0 | 9 | 105 | 52 | 34 |
| Octal | 147 | 37 | 351 | 70 | 127 | 0 | 11 | 405 | 122 | 64 |
| Binary | 1100111 | 11111 | 11101001 | 111000 | 1010111 | 0 | 1001 | 100000101 | 1010010 | 110100 |
Color Harmonies of #671FE9
Complementary color
Monochromatic Colors of #671FE9
Black with #671FE9
Text Example
Text Example
White with #671FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671FE9; }
p { color: rgb(103,31,233); }
H1.HeaderClassName
{
color: #671FE9;
}
.AnyTagClassName
{
color: #671FE9;
}
</style>
background-color css
<style>
a { background-color: #671FE9; }
a { background-color: rgb(103,31,233); }
div.DivClassName
{
background-color: #671FE9;
}
.BgClassName
{
background-color: #671FE9;
}
</style>
border-color css
<style>
span { border-color: #671FE9; }
span { border-color: rgb(103,31,233); }
td.TdClassName
{
border-color: #671FE9;
}
.TagClassName
{
border-color: #671FE9;
}
</style>