Shades of Han Purple #671FED
Tints of Han Purple #671FED
RGB
CMYK
RGB Variations
Color information
#671FED (or 0x671FED) is known color: Han Purple. HEX triplet: 67, 1F and ED. RGB value is (103,31,237). Sum of RGB (Red+Green+Blue) = 103+31+237=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 237 (92.97% from 255 or 63.88% from 371); Max value from RGB is 237 - color contains mainly: blue. Hex color #671FED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #671FED is #98E012. Grayscale: #4B4B4B. Windows color (decimal): -10018835 or 15540071. OLE color: 15540071.
HSL color Cylindrical-coordinate representation of color #671FED: hue angle of 260.97º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #671FED is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 31 | 237 | - |
| CMYK | 0.57 | 0.87 | 0 | 0.07 |
| HSL | 260.97º | 0.85% | 0.53% | - |
| HSV(B) | 260.97º | 0.87% | 0.93% | - |
| XYZ | 21.37 | 9.98 | 80.92 | - |
| YUV | 76.01 | 218.85 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 237 | 0.57 | 0.87 | 0 | 0.07 | 260.97 | 0.85 | 0.53 |
| Hex | 67 | 1F | ED | 39 | 57 | 0 | 7 | 105 | 55 | 35 |
| Octal | 147 | 37 | 355 | 71 | 127 | 0 | 7 | 405 | 125 | 65 |
| Binary | 1100111 | 11111 | 11101101 | 111001 | 1010111 | 0 | 111 | 100000101 | 1010101 | 110101 |
Color Harmonies of #671FED
Complementary color
Monochromatic Colors of #671FED
Black with #671FED
Text Example
Text Example
White with #671FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671FED; }
p { color: rgb(103,31,237); }
H1.HeaderClassName
{
color: #671FED;
}
.AnyTagClassName
{
color: #671FED;
}
</style>
background-color css
<style>
a { background-color: #671FED; }
a { background-color: rgb(103,31,237); }
div.DivClassName
{
background-color: #671FED;
}
.BgClassName
{
background-color: #671FED;
}
</style>
border-color css
<style>
span { border-color: #671FED; }
span { border-color: rgb(103,31,237); }
td.TdClassName
{
border-color: #671FED;
}
.TagClassName
{
border-color: #671FED;
}
</style>