Shades of Han Purple #671FFF
Tints of Han Purple #671FFF
RGB
CMYK
RGB Variations
Color information
#671FFF (or 0x671FFF) is known color: Han Purple. HEX triplet: 67, 1F and FF. RGB value is (103,31,255). Sum of RGB (Red+Green+Blue) = 103+31+255=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 31 (12.5% from 255 or 7.97% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #671FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #671FFF is #98E000. Grayscale: #4D4D4D. Windows color (decimal): -10018817 or 16719719. OLE color: 16719719.
HSL color Cylindrical-coordinate representation of color #671FFF: hue angle of 259.29º 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 #671FFF is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 31 | 255 | - |
| CMYK | 0.60 | 0.88 | 0 | 0 |
| HSL | 259.29º | 1% | 0.56% | - |
| HSV(B) | 259.29º | 0.88% | 1% | - |
| XYZ | 24.13 | 11.08 | 95.48 | - |
| YUV | 78.06 | 227.85 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 255 | 0.60 | 0.88 | 0 | 0 | 259.29 | 1 | 0.56 |
| Hex | 67 | 1F | FF | 3C | 58 | 0 | 0 | 103 | 64 | 38 |
| Octal | 147 | 37 | 377 | 74 | 130 | 0 | 0 | 403 | 144 | 70 |
| Binary | 1100111 | 11111 | 11111111 | 111100 | 1011000 | 0 | 0 | 100000011 | 1100100 | 111000 |
Color Harmonies of #671FFF
Complementary color
Monochromatic Colors of #671FFF
Black with #671FFF
Text Example
Text Example
White with #671FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671FFF; }
p { color: rgb(103,31,255); }
H1.HeaderClassName
{
color: #671FFF;
}
.AnyTagClassName
{
color: #671FFF;
}
</style>
background-color css
<style>
a { background-color: #671FFF; }
a { background-color: rgb(103,31,255); }
div.DivClassName
{
background-color: #671FFF;
}
.BgClassName
{
background-color: #671FFF;
}
</style>
border-color css
<style>
span { border-color: #671FFF; }
span { border-color: rgb(103,31,255); }
td.TdClassName
{
border-color: #671FFF;
}
.TagClassName
{
border-color: #671FFF;
}
</style>