Shades of Han Purple #672BF7
Tints of Han Purple #672BF7
RGB
CMYK
RGB Variations
Color information
#672BF7 (or 0x672BF7) is known color: Han Purple. HEX triplet: 67, 2B and F7. RGB value is (103,43,247). Sum of RGB (Red+Green+Blue) = 103+43+247=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 43 (17.19% from 255 or 10.94% from 393); Blue value is 247 (96.88% from 255 or 62.85% from 393); Max value from RGB is 247 - color contains mainly: blue. Hex color #672BF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672BF7 is #98D408. Grayscale: #535353. Windows color (decimal): -10015753 or 16198503. OLE color: 16198503.
HSL color Cylindrical-coordinate representation of color #672BF7: hue angle of 257.65º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #672BF7 is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 103 | 43 | 247 | - |
| CMYK | 0.58 | 0.83 | 0 | 0.03 |
| HSL | 257.65º | 0.93% | 0.57% | - |
| HSV(B) | 257.65º | 0.83% | 0.97% | - |
| XYZ | 23.25 | 11.33 | 88.96 | - |
| YUV | 84.2 | 219.88 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 43 | 247 | 0.58 | 0.83 | 0 | 0.03 | 257.65 | 0.93 | 0.57 |
| Hex | 67 | 2B | F7 | 3A | 53 | 0 | 3 | 102 | 5D | 39 |
| Octal | 147 | 53 | 367 | 72 | 123 | 0 | 3 | 402 | 135 | 71 |
| Binary | 1100111 | 101011 | 11110111 | 111010 | 1010011 | 0 | 11 | 100000010 | 1011101 | 111001 |
Color Harmonies of #672BF7
Complementary color
Monochromatic Colors of #672BF7
Black with #672BF7
Text Example
Text Example
White with #672BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672BF7; }
p { color: rgb(103,43,247); }
H1.HeaderClassName
{
color: #672BF7;
}
.AnyTagClassName
{
color: #672BF7;
}
</style>
background-color css
<style>
a { background-color: #672BF7; }
a { background-color: rgb(103,43,247); }
div.DivClassName
{
background-color: #672BF7;
}
.BgClassName
{
background-color: #672BF7;
}
</style>
border-color css
<style>
span { border-color: #672BF7; }
span { border-color: rgb(103,43,247); }
td.TdClassName
{
border-color: #672BF7;
}
.TagClassName
{
border-color: #672BF7;
}
</style>