Shades of Han Purple #672CF3
Tints of Han Purple #672CF3
RGB
CMYK
RGB Variations
Color information
#672CF3 (or 0x672CF3) is known color: Han Purple. HEX triplet: 67, 2C and F3. RGB value is (103,44,243). Sum of RGB (Red+Green+Blue) = 103+44+243=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 44 (17.58% from 255 or 11.28% from 390); Blue value is 243 (95.31% from 255 or 62.31% from 390); Max value from RGB is 243 - color contains mainly: blue. Hex color #672CF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672CF3 is #98D30C. Grayscale: #535353. Windows color (decimal): -10015501 or 15936615. OLE color: 15936615.
HSL color Cylindrical-coordinate representation of color #672CF3: hue angle of 257.79º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #672CF3 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 44 | 243 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.05 |
| HSL | 257.79º | 0.89% | 0.56% | - |
| HSV(B) | 257.79º | 0.82% | 0.95% | - |
| XYZ | 22.67 | 11.16 | 85.75 | - |
| YUV | 84.33 | 217.55 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 44 | 243 | 0.58 | 0.82 | 0 | 0.05 | 257.79 | 0.89 | 0.56 |
| Hex | 67 | 2C | F3 | 3A | 52 | 0 | 5 | 102 | 59 | 38 |
| Octal | 147 | 54 | 363 | 72 | 122 | 0 | 5 | 402 | 131 | 70 |
| Binary | 1100111 | 101100 | 11110011 | 111010 | 1010010 | 0 | 101 | 100000010 | 1011001 | 111000 |
Color Harmonies of #672CF3
Complementary color
Monochromatic Colors of #672CF3
Black with #672CF3
Text Example
Text Example
White with #672CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672CF3; }
p { color: rgb(103,44,243); }
H1.HeaderClassName
{
color: #672CF3;
}
.AnyTagClassName
{
color: #672CF3;
}
</style>
background-color css
<style>
a { background-color: #672CF3; }
a { background-color: rgb(103,44,243); }
div.DivClassName
{
background-color: #672CF3;
}
.BgClassName
{
background-color: #672CF3;
}
</style>
border-color css
<style>
span { border-color: #672CF3; }
span { border-color: rgb(103,44,243); }
td.TdClassName
{
border-color: #672CF3;
}
.TagClassName
{
border-color: #672CF3;
}
</style>