Shades of Han Purple #671FFD
Tints of Han Purple #671FFD
RGB
CMYK
RGB Variations
Color information
#671FFD (or 0x671FFD) is known color: Han Purple. HEX triplet: 67, 1F and FD. RGB value is (103,31,253). Sum of RGB (Red+Green+Blue) = 103+31+253=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 31 (12.5% from 255 or 8.01% from 387); Blue value is 253 (99.22% from 255 or 65.37% from 387); Max value from RGB is 253 - color contains mainly: blue. Hex color #671FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #671FFD is #98E002. Grayscale: #4D4D4D. Windows color (decimal): -10018819 or 16588647. OLE color: 16588647.
HSL color Cylindrical-coordinate representation of color #671FFD: hue angle of 259.46º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #671FFD is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 31 | 253 | - |
| CMYK | 0.59 | 0.88 | 0 | 0.01 |
| HSL | 259.46º | 0.98% | 0.56% | - |
| HSV(B) | 259.46º | 0.88% | 0.99% | - |
| XYZ | 23.81 | 10.96 | 93.79 | - |
| YUV | 77.84 | 226.85 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 253 | 0.59 | 0.88 | 0 | 0.01 | 259.46 | 0.98 | 0.56 |
| Hex | 67 | 1F | FD | 3B | 58 | 0 | 1 | 103 | 62 | 38 |
| Octal | 147 | 37 | 375 | 73 | 130 | 0 | 1 | 403 | 142 | 70 |
| Binary | 1100111 | 11111 | 11111101 | 111011 | 1011000 | 0 | 1 | 100000011 | 1100010 | 111000 |
Color Harmonies of #671FFD
Complementary color
Monochromatic Colors of #671FFD
Black with #671FFD
Text Example
Text Example
White with #671FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671FFD; }
p { color: rgb(103,31,253); }
H1.HeaderClassName
{
color: #671FFD;
}
.AnyTagClassName
{
color: #671FFD;
}
</style>
background-color css
<style>
a { background-color: #671FFD; }
a { background-color: rgb(103,31,253); }
div.DivClassName
{
background-color: #671FFD;
}
.BgClassName
{
background-color: #671FFD;
}
</style>
border-color css
<style>
span { border-color: #671FFD; }
span { border-color: rgb(103,31,253); }
td.TdClassName
{
border-color: #671FFD;
}
.TagClassName
{
border-color: #671FFD;
}
</style>