Shades of Han Purple #671FFA
Tints of Han Purple #671FFA
RGB
CMYK
RGB Variations
Color information
#671FFA (or 0x671FFA) is known color: Han Purple. HEX triplet: 67, 1F and FA. RGB value is (103,31,250). Sum of RGB (Red+Green+Blue) = 103+31+250=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #671FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #671FFA is #98E005. Grayscale: #4C4C4C. Windows color (decimal): -10018822 or 16392039. OLE color: 16392039.
HSL color Cylindrical-coordinate representation of color #671FFA: hue angle of 259.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #671FFA is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 31 | 250 | - |
| CMYK | 0.59 | 0.88 | 0 | 0.02 |
| HSL | 259.73º | 0.96% | 0.55% | - |
| HSV(B) | 259.73º | 0.88% | 0.98% | - |
| XYZ | 23.34 | 10.77 | 91.29 | - |
| YUV | 77.49 | 225.35 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 250 | 0.59 | 0.88 | 0 | 0.02 | 259.73 | 0.96 | 0.55 |
| Hex | 67 | 1F | FA | 3B | 58 | 0 | 2 | 104 | 60 | 37 |
| Octal | 147 | 37 | 372 | 73 | 130 | 0 | 2 | 404 | 140 | 67 |
| Binary | 1100111 | 11111 | 11111010 | 111011 | 1011000 | 0 | 10 | 100000100 | 1100000 | 110111 |
Color Harmonies of #671FFA
Complementary color
Monochromatic Colors of #671FFA
Black with #671FFA
Text Example
Text Example
White with #671FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671FFA; }
p { color: rgb(103,31,250); }
H1.HeaderClassName
{
color: #671FFA;
}
.AnyTagClassName
{
color: #671FFA;
}
</style>
background-color css
<style>
a { background-color: #671FFA; }
a { background-color: rgb(103,31,250); }
div.DivClassName
{
background-color: #671FFA;
}
.BgClassName
{
background-color: #671FFA;
}
</style>
border-color css
<style>
span { border-color: #671FFA; }
span { border-color: rgb(103,31,250); }
td.TdClassName
{
border-color: #671FFA;
}
.TagClassName
{
border-color: #671FFA;
}
</style>