Shades of Han Purple #671BFA
Tints of Han Purple #671BFA
RGB
CMYK
RGB Variations
Color information
#671BFA (or 0x671BFA) is known color: Han Purple. HEX triplet: 67, 1B and FA. RGB value is (103,27,250). Sum of RGB (Red+Green+Blue) = 103+27+250=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 27 (10.94% from 255 or 7.11% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #671BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #671BFA is #98E405. Grayscale: #4A4A4A. Windows color (decimal): -10019846 or 16391015. OLE color: 16391015.
HSL color Cylindrical-coordinate representation of color #671BFA: hue angle of 260.45º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #671BFA is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 27 | 250 | - |
| CMYK | 0.59 | 0.89 | 0 | 0.02 |
| HSL | 260.45º | 0.96% | 0.54% | - |
| HSV(B) | 260.45º | 0.89% | 0.98% | - |
| XYZ | 23.24 | 10.57 | 91.26 | - |
| YUV | 75.15 | 226.68 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 27 | 250 | 0.59 | 0.89 | 0 | 0.02 | 260.45 | 0.96 | 0.54 |
| Hex | 67 | 1B | FA | 3B | 59 | 0 | 2 | 104 | 60 | 36 |
| Octal | 147 | 33 | 372 | 73 | 131 | 0 | 2 | 404 | 140 | 66 |
| Binary | 1100111 | 11011 | 11111010 | 111011 | 1011001 | 0 | 10 | 100000100 | 1100000 | 110110 |
Color Harmonies of #671BFA
Complementary color
Monochromatic Colors of #671BFA
Black with #671BFA
Text Example
Text Example
White with #671BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671BFA; }
p { color: rgb(103,27,250); }
H1.HeaderClassName
{
color: #671BFA;
}
.AnyTagClassName
{
color: #671BFA;
}
</style>
background-color css
<style>
a { background-color: #671BFA; }
a { background-color: rgb(103,27,250); }
div.DivClassName
{
background-color: #671BFA;
}
.BgClassName
{
background-color: #671BFA;
}
</style>
border-color css
<style>
span { border-color: #671BFA; }
span { border-color: rgb(103,27,250); }
td.TdClassName
{
border-color: #671BFA;
}
.TagClassName
{
border-color: #671BFA;
}
</style>