Shades of Han Purple #672BEC
Tints of Han Purple #672BEC
RGB
CMYK
RGB Variations
Color information
#672BEC (or 0x672BEC) is known color: Han Purple. HEX triplet: 67, 2B and EC. RGB value is (103,43,236). Sum of RGB (Red+Green+Blue) = 103+43+236=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 236 (92.58% from 255 or 61.78% from 382); Max value from RGB is 236 - color contains mainly: blue. Hex color #672BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672BEC is #98D413. Grayscale: #525252. Windows color (decimal): -10015764 or 15477607. OLE color: 15477607.
HSL color Cylindrical-coordinate representation of color #672BEC: hue angle of 258.65º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #672BEC is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 43 | 236 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.07 |
| HSL | 258.65º | 0.84% | 0.55% | - |
| HSV(B) | 258.65º | 0.82% | 0.93% | - |
| XYZ | 21.6 | 10.67 | 80.28 | - |
| YUV | 82.94 | 214.38 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 43 | 236 | 0.56 | 0.82 | 0 | 0.07 | 258.65 | 0.84 | 0.55 |
| Hex | 67 | 2B | EC | 38 | 52 | 0 | 7 | 103 | 54 | 37 |
| Octal | 147 | 53 | 354 | 70 | 122 | 0 | 7 | 403 | 124 | 67 |
| Binary | 1100111 | 101011 | 11101100 | 111000 | 1010010 | 0 | 111 | 100000011 | 1010100 | 110111 |
Color Harmonies of #672BEC
Complementary color
Monochromatic Colors of #672BEC
Black with #672BEC
Text Example
Text Example
White with #672BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672BEC; }
p { color: rgb(103,43,236); }
H1.HeaderClassName
{
color: #672BEC;
}
.AnyTagClassName
{
color: #672BEC;
}
</style>
background-color css
<style>
a { background-color: #672BEC; }
a { background-color: rgb(103,43,236); }
div.DivClassName
{
background-color: #672BEC;
}
.BgClassName
{
background-color: #672BEC;
}
</style>
border-color css
<style>
span { border-color: #672BEC; }
span { border-color: rgb(103,43,236); }
td.TdClassName
{
border-color: #672BEC;
}
.TagClassName
{
border-color: #672BEC;
}
</style>