Shades of Han Purple #672BEF
Tints of Han Purple #672BEF
RGB
CMYK
RGB Variations
Color information
#672BEF (or 0x672BEF) is known color: Han Purple. HEX triplet: 67, 2B and EF. RGB value is (103,43,239). Sum of RGB (Red+Green+Blue) = 103+43+239=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #672BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672BEF is #98D410. Grayscale: #525252. Windows color (decimal): -10015761 or 15674215. OLE color: 15674215.
HSL color Cylindrical-coordinate representation of color #672BEF: hue angle of 258.37º degrees, saturation: 0.86, 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 #672BEF is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 43 | 239 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.06 |
| HSL | 258.37º | 0.86% | 0.55% | - |
| HSV(B) | 258.37º | 0.82% | 0.94% | - |
| XYZ | 22.04 | 10.84 | 82.59 | - |
| YUV | 83.28 | 215.88 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 43 | 239 | 0.57 | 0.82 | 0 | 0.06 | 258.37 | 0.86 | 0.55 |
| Hex | 67 | 2B | EF | 39 | 52 | 0 | 6 | 102 | 56 | 37 |
| Octal | 147 | 53 | 357 | 71 | 122 | 0 | 6 | 402 | 126 | 67 |
| Binary | 1100111 | 101011 | 11101111 | 111001 | 1010010 | 0 | 110 | 100000010 | 1010110 | 110111 |
Color Harmonies of #672BEF
Complementary color
Monochromatic Colors of #672BEF
Black with #672BEF
Text Example
Text Example
White with #672BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672BEF; }
p { color: rgb(103,43,239); }
H1.HeaderClassName
{
color: #672BEF;
}
.AnyTagClassName
{
color: #672BEF;
}
</style>
background-color css
<style>
a { background-color: #672BEF; }
a { background-color: rgb(103,43,239); }
div.DivClassName
{
background-color: #672BEF;
}
.BgClassName
{
background-color: #672BEF;
}
</style>
border-color css
<style>
span { border-color: #672BEF; }
span { border-color: rgb(103,43,239); }
td.TdClassName
{
border-color: #672BEF;
}
.TagClassName
{
border-color: #672BEF;
}
</style>