Shades of Han Purple #671AF8
Tints of Han Purple #671AF8
RGB
CMYK
RGB Variations
Color information
#671AF8 (or 0x671AF8) is known color: Han Purple. HEX triplet: 67, 1A and F8. RGB value is (103,26,248). Sum of RGB (Red+Green+Blue) = 103+26+248=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 248 (97.27% from 255 or 65.78% from 377); Max value from RGB is 248 - color contains mainly: blue. Hex color #671AF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #671AF8 is #98E507. Grayscale: #494949. Windows color (decimal): -10020104 or 16259687. OLE color: 16259687.
HSL color Cylindrical-coordinate representation of color #671AF8: hue angle of 260.81º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #671AF8 is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 103 | 26 | 248 | - |
| CMYK | 0.58 | 0.90 | 0 | 0.03 |
| HSL | 260.81º | 0.94% | 0.54% | - |
| HSV(B) | 260.81º | 0.9% | 0.97% | - |
| XYZ | 22.91 | 10.4 | 89.61 | - |
| YUV | 74.33 | 226.01 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 26 | 248 | 0.58 | 0.90 | 0 | 0.03 | 260.81 | 0.94 | 0.54 |
| Hex | 67 | 1A | F8 | 3A | 5A | 0 | 3 | 105 | 5E | 36 |
| Octal | 147 | 32 | 370 | 72 | 132 | 0 | 3 | 405 | 136 | 66 |
| Binary | 1100111 | 11010 | 11111000 | 111010 | 1011010 | 0 | 11 | 100000101 | 1011110 | 110110 |
Color Harmonies of #671AF8
Complementary color
Monochromatic Colors of #671AF8
Black with #671AF8
Text Example
Text Example
White with #671AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671AF8; }
p { color: rgb(103,26,248); }
H1.HeaderClassName
{
color: #671AF8;
}
.AnyTagClassName
{
color: #671AF8;
}
</style>
background-color css
<style>
a { background-color: #671AF8; }
a { background-color: rgb(103,26,248); }
div.DivClassName
{
background-color: #671AF8;
}
.BgClassName
{
background-color: #671AF8;
}
</style>
border-color css
<style>
span { border-color: #671AF8; }
span { border-color: rgb(103,26,248); }
td.TdClassName
{
border-color: #671AF8;
}
.TagClassName
{
border-color: #671AF8;
}
</style>