Shades of Han Purple #672AF0
Tints of Han Purple #672AF0
RGB
CMYK
RGB Variations
Color information
#672AF0 (or 0x672AF0) is known color: Han Purple. HEX triplet: 67, 2A and F0. RGB value is (103,42,240). Sum of RGB (Red+Green+Blue) = 103+42+240=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 240 (94.14% from 255 or 62.34% from 385); Max value from RGB is 240 - color contains mainly: blue. Hex color #672AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672AF0 is #98D50F. Grayscale: #525252. Windows color (decimal): -10016016 or 15739495. OLE color: 15739495.
HSL color Cylindrical-coordinate representation of color #672AF0: hue angle of 258.48º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #672AF0 is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 42 | 240 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.06 |
| HSL | 258.48º | 0.87% | 0.55% | - |
| HSV(B) | 258.48º | 0.83% | 0.94% | - |
| XYZ | 22.15 | 10.83 | 83.36 | - |
| YUV | 82.81 | 216.71 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 240 | 0.57 | 0.82 | 0 | 0.06 | 258.48 | 0.87 | 0.55 |
| Hex | 67 | 2A | F0 | 39 | 52 | 0 | 6 | 102 | 57 | 37 |
| Octal | 147 | 52 | 360 | 71 | 122 | 0 | 6 | 402 | 127 | 67 |
| Binary | 1100111 | 101010 | 11110000 | 111001 | 1010010 | 0 | 110 | 100000010 | 1010111 | 110111 |
Color Harmonies of #672AF0
Complementary color
Monochromatic Colors of #672AF0
Black with #672AF0
Text Example
Text Example
White with #672AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672AF0; }
p { color: rgb(103,42,240); }
H1.HeaderClassName
{
color: #672AF0;
}
.AnyTagClassName
{
color: #672AF0;
}
</style>
background-color css
<style>
a { background-color: #672AF0; }
a { background-color: rgb(103,42,240); }
div.DivClassName
{
background-color: #672AF0;
}
.BgClassName
{
background-color: #672AF0;
}
</style>
border-color css
<style>
span { border-color: #672AF0; }
span { border-color: rgb(103,42,240); }
td.TdClassName
{
border-color: #672AF0;
}
.TagClassName
{
border-color: #672AF0;
}
</style>