Shades of Han Purple #672DEF
Tints of Han Purple #672DEF
RGB
CMYK
RGB Variations
Color information
#672DEF (or 0x672DEF) is known color: Han Purple. HEX triplet: 67, 2D and EF. RGB value is (103,45,239). Sum of RGB (Red+Green+Blue) = 103+45+239=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 239 (93.75% from 255 or 61.76% from 387); Max value from RGB is 239 - color contains mainly: blue. Hex color #672DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672DEF is #98D210. Grayscale: #535353. Windows color (decimal): -10015249 or 15674727. OLE color: 15674727.
HSL color Cylindrical-coordinate representation of color #672DEF: hue angle of 257.94º 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 #672DEF is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 45 | 239 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.06 |
| HSL | 257.94º | 0.86% | 0.56% | - |
| HSV(B) | 257.94º | 0.81% | 0.94% | - |
| XYZ | 22.11 | 10.99 | 82.62 | - |
| YUV | 84.46 | 215.22 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 239 | 0.57 | 0.81 | 0 | 0.06 | 257.94 | 0.86 | 0.56 |
| Hex | 67 | 2D | EF | 39 | 51 | 0 | 6 | 102 | 56 | 38 |
| Octal | 147 | 55 | 357 | 71 | 121 | 0 | 6 | 402 | 126 | 70 |
| Binary | 1100111 | 101101 | 11101111 | 111001 | 1010001 | 0 | 110 | 100000010 | 1010110 | 111000 |
Color Harmonies of #672DEF
Complementary color
Monochromatic Colors of #672DEF
Black with #672DEF
Text Example
Text Example
White with #672DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672DEF; }
p { color: rgb(103,45,239); }
H1.HeaderClassName
{
color: #672DEF;
}
.AnyTagClassName
{
color: #672DEF;
}
</style>
background-color css
<style>
a { background-color: #672DEF; }
a { background-color: rgb(103,45,239); }
div.DivClassName
{
background-color: #672DEF;
}
.BgClassName
{
background-color: #672DEF;
}
</style>
border-color css
<style>
span { border-color: #672DEF; }
span { border-color: rgb(103,45,239); }
td.TdClassName
{
border-color: #672DEF;
}
.TagClassName
{
border-color: #672DEF;
}
</style>