Shades of Han Purple #672AF9
Tints of Han Purple #672AF9
RGB
CMYK
RGB Variations
Color information
#672AF9 (or 0x672AF9) is known color: Han Purple. HEX triplet: 67, 2A and F9. RGB value is (103,42,249). Sum of RGB (Red+Green+Blue) = 103+42+249=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 249 (97.66% from 255 or 63.20% from 394); Max value from RGB is 249 - color contains mainly: blue. Hex color #672AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672AF9 is #98D506. Grayscale: #535353. Windows color (decimal): -10016007 or 16329319. OLE color: 16329319.
HSL color Cylindrical-coordinate representation of color #672AF9: hue angle of 257.68º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #672AF9 is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 42 | 249 | - |
| CMYK | 0.59 | 0.83 | 0 | 0.02 |
| HSL | 257.68º | 0.95% | 0.57% | - |
| HSV(B) | 257.68º | 0.83% | 0.98% | - |
| XYZ | 23.52 | 11.38 | 90.58 | - |
| YUV | 83.84 | 221.21 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 249 | 0.59 | 0.83 | 0 | 0.02 | 257.68 | 0.95 | 0.57 |
| Hex | 67 | 2A | F9 | 3B | 53 | 0 | 2 | 102 | 5F | 39 |
| Octal | 147 | 52 | 371 | 73 | 123 | 0 | 2 | 402 | 137 | 71 |
| Binary | 1100111 | 101010 | 11111001 | 111011 | 1010011 | 0 | 10 | 100000010 | 1011111 | 111001 |
Color Harmonies of #672AF9
Complementary color
Monochromatic Colors of #672AF9
Black with #672AF9
Text Example
Text Example
White with #672AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672AF9; }
p { color: rgb(103,42,249); }
H1.HeaderClassName
{
color: #672AF9;
}
.AnyTagClassName
{
color: #672AF9;
}
</style>
background-color css
<style>
a { background-color: #672AF9; }
a { background-color: rgb(103,42,249); }
div.DivClassName
{
background-color: #672AF9;
}
.BgClassName
{
background-color: #672AF9;
}
</style>
border-color css
<style>
span { border-color: #672AF9; }
span { border-color: rgb(103,42,249); }
td.TdClassName
{
border-color: #672AF9;
}
.TagClassName
{
border-color: #672AF9;
}
</style>