Shades of Han Purple #671AFD
Tints of Han Purple #671AFD
RGB
CMYK
RGB Variations
Color information
#671AFD (or 0x671AFD) is known color: Han Purple. HEX triplet: 67, 1A and FD. RGB value is (103,26,253). Sum of RGB (Red+Green+Blue) = 103+26+253=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 253 (99.22% from 255 or 66.23% from 382); Max value from RGB is 253 - color contains mainly: blue. Hex color #671AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #671AFD is #98E502. Grayscale: #4A4A4A. Windows color (decimal): -10020099 or 16587367. OLE color: 16587367.
HSL color Cylindrical-coordinate representation of color #671AFD: hue angle of 260.35º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #671AFD is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 26 | 253 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.01 |
| HSL | 260.35º | 0.98% | 0.55% | - |
| HSV(B) | 260.35º | 0.9% | 0.99% | - |
| XYZ | 23.69 | 10.71 | 93.75 | - |
| YUV | 74.9 | 228.51 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 26 | 253 | 0.59 | 0.90 | 0 | 0.01 | 260.35 | 0.98 | 0.55 |
| Hex | 67 | 1A | FD | 3B | 5A | 0 | 1 | 104 | 62 | 37 |
| Octal | 147 | 32 | 375 | 73 | 132 | 0 | 1 | 404 | 142 | 67 |
| Binary | 1100111 | 11010 | 11111101 | 111011 | 1011010 | 0 | 1 | 100000100 | 1100010 | 110111 |
Color Harmonies of #671AFD
Complementary color
Monochromatic Colors of #671AFD
Black with #671AFD
Text Example
Text Example
White with #671AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671AFD; }
p { color: rgb(103,26,253); }
H1.HeaderClassName
{
color: #671AFD;
}
.AnyTagClassName
{
color: #671AFD;
}
</style>
background-color css
<style>
a { background-color: #671AFD; }
a { background-color: rgb(103,26,253); }
div.DivClassName
{
background-color: #671AFD;
}
.BgClassName
{
background-color: #671AFD;
}
</style>
border-color css
<style>
span { border-color: #671AFD; }
span { border-color: rgb(103,26,253); }
td.TdClassName
{
border-color: #671AFD;
}
.TagClassName
{
border-color: #671AFD;
}
</style>