Shades of Han Purple #671EFF
Tints of Han Purple #671EFF
RGB
CMYK
RGB Variations
Color information
#671EFF (or 0x671EFF) is known color: Han Purple. HEX triplet: 67, 1E and FF. RGB value is (103,30,255). Sum of RGB (Red+Green+Blue) = 103+30+255=388 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.55% from 388); Green value is 30 (12.11% from 255 or 7.73% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #671EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #671EFF is #98E100. Grayscale: #4C4C4C. Windows color (decimal): -10019073 or 16719463. OLE color: 16719463.
HSL color Cylindrical-coordinate representation of color #671EFF: hue angle of 259.47º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #671EFF is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 30 | 255 | - |
| CMYK | 0.60 | 0.88 | 0 | 0 |
| HSL | 259.47º | 1% | 0.56% | - |
| HSV(B) | 259.47º | 0.88% | 1% | - |
| XYZ | 24.11 | 11.03 | 95.47 | - |
| YUV | 77.48 | 228.18 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 30 | 255 | 0.60 | 0.88 | 0 | 0 | 259.47 | 1 | 0.56 |
| Hex | 67 | 1E | FF | 3C | 58 | 0 | 0 | 103 | 64 | 38 |
| Octal | 147 | 36 | 377 | 74 | 130 | 0 | 0 | 403 | 144 | 70 |
| Binary | 1100111 | 11110 | 11111111 | 111100 | 1011000 | 0 | 0 | 100000011 | 1100100 | 111000 |
Color Harmonies of #671EFF
Complementary color
Monochromatic Colors of #671EFF
Black with #671EFF
Text Example
Text Example
White with #671EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671EFF; }
p { color: rgb(103,30,255); }
H1.HeaderClassName
{
color: #671EFF;
}
.AnyTagClassName
{
color: #671EFF;
}
</style>
background-color css
<style>
a { background-color: #671EFF; }
a { background-color: rgb(103,30,255); }
div.DivClassName
{
background-color: #671EFF;
}
.BgClassName
{
background-color: #671EFF;
}
</style>
border-color css
<style>
span { border-color: #671EFF; }
span { border-color: rgb(103,30,255); }
td.TdClassName
{
border-color: #671EFF;
}
.TagClassName
{
border-color: #671EFF;
}
</style>