Shades of Han Purple #672AE9
Tints of Han Purple #672AE9
RGB
CMYK
RGB Variations
Color information
#672AE9 (or 0x672AE9) is known color: Han Purple. HEX triplet: 67, 2A and E9. RGB value is (103,42,233). Sum of RGB (Red+Green+Blue) = 103+42+233=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 233 (91.41% from 255 or 61.64% from 378); Max value from RGB is 233 - color contains mainly: blue. Hex color #672AE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672AE9 is #98D516. Grayscale: #515151. Windows color (decimal): -10016023 or 15280743. OLE color: 15280743.
HSL color Cylindrical-coordinate representation of color #672AE9: hue angle of 259.16º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #672AE9 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 103 | 42 | 233 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.09 |
| HSL | 259.16º | 0.81% | 0.54% | - |
| HSV(B) | 259.16º | 0.82% | 0.91% | - |
| XYZ | 21.13 | 10.42 | 77.99 | - |
| YUV | 82.01 | 213.21 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 233 | 0.56 | 0.82 | 0 | 0.09 | 259.16 | 0.81 | 0.54 |
| Hex | 67 | 2A | E9 | 38 | 52 | 0 | 9 | 103 | 51 | 36 |
| Octal | 147 | 52 | 351 | 70 | 122 | 0 | 11 | 403 | 121 | 66 |
| Binary | 1100111 | 101010 | 11101001 | 111000 | 1010010 | 0 | 1001 | 100000011 | 1010001 | 110110 |
Color Harmonies of #672AE9
Complementary color
Monochromatic Colors of #672AE9
Black with #672AE9
Text Example
Text Example
White with #672AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672AE9; }
p { color: rgb(103,42,233); }
H1.HeaderClassName
{
color: #672AE9;
}
.AnyTagClassName
{
color: #672AE9;
}
</style>
background-color css
<style>
a { background-color: #672AE9; }
a { background-color: rgb(103,42,233); }
div.DivClassName
{
background-color: #672AE9;
}
.BgClassName
{
background-color: #672AE9;
}
</style>
border-color css
<style>
span { border-color: #672AE9; }
span { border-color: rgb(103,42,233); }
td.TdClassName
{
border-color: #672AE9;
}
.TagClassName
{
border-color: #672AE9;
}
</style>