Shades of Han Purple #672EEF
Tints of Han Purple #672EEF
RGB
CMYK
RGB Variations
Color information
#672EEF (or 0x672EEF) is known color: Han Purple. HEX triplet: 67, 2E and EF. RGB value is (103,46,239). Sum of RGB (Red+Green+Blue) = 103+46+239=388 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.55% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #672EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672EEF is #98D110. Grayscale: #545454. Windows color (decimal): -10014993 or 15674983. OLE color: 15674983.
HSL color Cylindrical-coordinate representation of color #672EEF: hue angle of 257.72º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #672EEF is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 46 | 239 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.06 |
| HSL | 257.72º | 0.86% | 0.56% | - |
| HSV(B) | 257.72º | 0.81% | 0.94% | - |
| XYZ | 22.15 | 11.07 | 82.63 | - |
| YUV | 85.05 | 214.88 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 46 | 239 | 0.57 | 0.81 | 0 | 0.06 | 257.72 | 0.86 | 0.56 |
| Hex | 67 | 2E | EF | 39 | 51 | 0 | 6 | 102 | 56 | 38 |
| Octal | 147 | 56 | 357 | 71 | 121 | 0 | 6 | 402 | 126 | 70 |
| Binary | 1100111 | 101110 | 11101111 | 111001 | 1010001 | 0 | 110 | 100000010 | 1010110 | 111000 |
Color Harmonies of #672EEF
Complementary color
Monochromatic Colors of #672EEF
Black with #672EEF
Text Example
Text Example
White with #672EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672EEF; }
p { color: rgb(103,46,239); }
H1.HeaderClassName
{
color: #672EEF;
}
.AnyTagClassName
{
color: #672EEF;
}
</style>
background-color css
<style>
a { background-color: #672EEF; }
a { background-color: rgb(103,46,239); }
div.DivClassName
{
background-color: #672EEF;
}
.BgClassName
{
background-color: #672EEF;
}
</style>
border-color css
<style>
span { border-color: #672EEF; }
span { border-color: rgb(103,46,239); }
td.TdClassName
{
border-color: #672EEF;
}
.TagClassName
{
border-color: #672EEF;
}
</style>