Shades of Han Purple #672BE9
Tints of Han Purple #672BE9
RGB
CMYK
RGB Variations
Color information
#672BE9 (or 0x672BE9) is known color: Han Purple. HEX triplet: 67, 2B and E9. RGB value is (103,43,233). Sum of RGB (Red+Green+Blue) = 103+43+233=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 233 (91.41% from 255 or 61.48% from 379); Max value from RGB is 233 - color contains mainly: blue. Hex color #672BE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672BE9 is #98D416. Grayscale: #515151. Windows color (decimal): -10015767 or 15280999. OLE color: 15280999.
HSL color Cylindrical-coordinate representation of color #672BE9: hue angle of 258.95º 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 #672BE9 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 103 | 43 | 233 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.09 |
| HSL | 258.95º | 0.81% | 0.54% | - |
| HSV(B) | 258.95º | 0.82% | 0.91% | - |
| XYZ | 21.17 | 10.49 | 78 | - |
| YUV | 82.6 | 212.88 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 43 | 233 | 0.56 | 0.82 | 0 | 0.09 | 258.95 | 0.81 | 0.54 |
| Hex | 67 | 2B | E9 | 38 | 52 | 0 | 9 | 103 | 51 | 36 |
| Octal | 147 | 53 | 351 | 70 | 122 | 0 | 11 | 403 | 121 | 66 |
| Binary | 1100111 | 101011 | 11101001 | 111000 | 1010010 | 0 | 1001 | 100000011 | 1010001 | 110110 |
Color Harmonies of #672BE9
Complementary color
Monochromatic Colors of #672BE9
Black with #672BE9
Text Example
Text Example
White with #672BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672BE9; }
p { color: rgb(103,43,233); }
H1.HeaderClassName
{
color: #672BE9;
}
.AnyTagClassName
{
color: #672BE9;
}
</style>
background-color css
<style>
a { background-color: #672BE9; }
a { background-color: rgb(103,43,233); }
div.DivClassName
{
background-color: #672BE9;
}
.BgClassName
{
background-color: #672BE9;
}
</style>
border-color css
<style>
span { border-color: #672BE9; }
span { border-color: rgb(103,43,233); }
td.TdClassName
{
border-color: #672BE9;
}
.TagClassName
{
border-color: #672BE9;
}
</style>