Shades of Han Purple #671BFF
Tints of Han Purple #671BFF
RGB
CMYK
RGB Variations
Color information
#671BFF (or 0x671BFF) is known color: Han Purple. HEX triplet: 67, 1B and FF. RGB value is (103,27,255). Sum of RGB (Red+Green+Blue) = 103+27+255=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #671BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #671BFF is #98E400. Grayscale: #4A4A4A. Windows color (decimal): -10019841 or 16718695. OLE color: 16718695.
HSL color Cylindrical-coordinate representation of color #671BFF: hue angle of 260º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #671BFF is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 27 | 255 | - |
| CMYK | 0.60 | 0.89 | 0 | 0 |
| HSL | 260º | 1% | 0.55% | - |
| HSV(B) | 260º | 0.89% | 1% | - |
| XYZ | 24.04 | 10.89 | 95.44 | - |
| YUV | 75.72 | 229.18 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 27 | 255 | 0.60 | 0.89 | 0 | 0 | 260 | 1 | 0.55 |
| Hex | 67 | 1B | FF | 3C | 59 | 0 | 0 | 104 | 64 | 37 |
| Octal | 147 | 33 | 377 | 74 | 131 | 0 | 0 | 404 | 144 | 67 |
| Binary | 1100111 | 11011 | 11111111 | 111100 | 1011001 | 0 | 0 | 100000100 | 1100100 | 110111 |
Color Harmonies of #671BFF
Complementary color
Monochromatic Colors of #671BFF
Black with #671BFF
Text Example
Text Example
White with #671BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671BFF; }
p { color: rgb(103,27,255); }
H1.HeaderClassName
{
color: #671BFF;
}
.AnyTagClassName
{
color: #671BFF;
}
</style>
background-color css
<style>
a { background-color: #671BFF; }
a { background-color: rgb(103,27,255); }
div.DivClassName
{
background-color: #671BFF;
}
.BgClassName
{
background-color: #671BFF;
}
</style>
border-color css
<style>
span { border-color: #671BFF; }
span { border-color: rgb(103,27,255); }
td.TdClassName
{
border-color: #671BFF;
}
.TagClassName
{
border-color: #671BFF;
}
</style>