Shades of Han Purple #671CFA
Tints of Han Purple #671CFA
RGB
CMYK
RGB Variations
Color information
#671CFA (or 0x671CFA) is known color: Han Purple. HEX triplet: 67, 1C and FA. RGB value is (103,28,250). Sum of RGB (Red+Green+Blue) = 103+28+250=381 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.03% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #671CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #671CFA is #98E305. Grayscale: #4A4A4A. Windows color (decimal): -10019590 or 16391271. OLE color: 16391271.
HSL color Cylindrical-coordinate representation of color #671CFA: hue angle of 260.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #671CFA is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 28 | 250 | - |
| CMYK | 0.59 | 0.89 | 0 | 0.02 |
| HSL | 260.27º | 0.96% | 0.55% | - |
| HSV(B) | 260.27º | 0.89% | 0.98% | - |
| XYZ | 23.26 | 10.62 | 91.27 | - |
| YUV | 75.73 | 226.35 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 28 | 250 | 0.59 | 0.89 | 0 | 0.02 | 260.27 | 0.96 | 0.55 |
| Hex | 67 | 1C | FA | 3B | 59 | 0 | 2 | 104 | 60 | 37 |
| Octal | 147 | 34 | 372 | 73 | 131 | 0 | 2 | 404 | 140 | 67 |
| Binary | 1100111 | 11100 | 11111010 | 111011 | 1011001 | 0 | 10 | 100000100 | 1100000 | 110111 |
Color Harmonies of #671CFA
Complementary color
Monochromatic Colors of #671CFA
Black with #671CFA
Text Example
Text Example
White with #671CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671CFA; }
p { color: rgb(103,28,250); }
H1.HeaderClassName
{
color: #671CFA;
}
.AnyTagClassName
{
color: #671CFA;
}
</style>
background-color css
<style>
a { background-color: #671CFA; }
a { background-color: rgb(103,28,250); }
div.DivClassName
{
background-color: #671CFA;
}
.BgClassName
{
background-color: #671CFA;
}
</style>
border-color css
<style>
span { border-color: #671CFA; }
span { border-color: rgb(103,28,250); }
td.TdClassName
{
border-color: #671CFA;
}
.TagClassName
{
border-color: #671CFA;
}
</style>