Shades of Han Purple #672CE7
Tints of Han Purple #672CE7
RGB
CMYK
RGB Variations
Color information
#672CE7 (or 0x672CE7) is known color: Han Purple. HEX triplet: 67, 2C and E7. RGB value is (103,44,231). Sum of RGB (Red+Green+Blue) = 103+44+231=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 231 (90.62% from 255 or 61.11% from 378); Max value from RGB is 231 - color contains mainly: blue. Hex color #672CE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672CE7 is #98D318. Grayscale: #525252. Windows color (decimal): -10015513 or 15150183. OLE color: 15150183.
HSL color Cylindrical-coordinate representation of color #672CE7: hue angle of 258.93º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #672CE7 is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 103 | 44 | 231 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.09 |
| HSL | 258.93º | 0.8% | 0.54% | - |
| HSV(B) | 258.93º | 0.81% | 0.91% | - |
| XYZ | 20.92 | 10.45 | 76.52 | - |
| YUV | 82.96 | 211.55 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 44 | 231 | 0.55 | 0.81 | 0 | 0.09 | 258.93 | 0.8 | 0.54 |
| Hex | 67 | 2C | E7 | 37 | 51 | 0 | 9 | 103 | 50 | 36 |
| Octal | 147 | 54 | 347 | 67 | 121 | 0 | 11 | 403 | 120 | 66 |
| Binary | 1100111 | 101100 | 11100111 | 110111 | 1010001 | 0 | 1001 | 100000011 | 1010000 | 110110 |
Color Harmonies of #672CE7
Complementary color
Monochromatic Colors of #672CE7
Black with #672CE7
Text Example
Text Example
White with #672CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672CE7; }
p { color: rgb(103,44,231); }
H1.HeaderClassName
{
color: #672CE7;
}
.AnyTagClassName
{
color: #672CE7;
}
</style>
background-color css
<style>
a { background-color: #672CE7; }
a { background-color: rgb(103,44,231); }
div.DivClassName
{
background-color: #672CE7;
}
.BgClassName
{
background-color: #672CE7;
}
</style>
border-color css
<style>
span { border-color: #672CE7; }
span { border-color: rgb(103,44,231); }
td.TdClassName
{
border-color: #672CE7;
}
.TagClassName
{
border-color: #672CE7;
}
</style>