Shades of Han Purple #672CEC
Tints of Han Purple #672CEC
RGB
CMYK
RGB Variations
Color information
#672CEC (or 0x672CEC) is known color: Han Purple. HEX triplet: 67, 2C and EC. RGB value is (103,44,236). Sum of RGB (Red+Green+Blue) = 103+44+236=383 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.89% from 383); Green value is 44 (17.58% from 255 or 11.49% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #672CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672CEC is #98D313. Grayscale: #525252. Windows color (decimal): -10015508 or 15477863. OLE color: 15477863.
HSL color Cylindrical-coordinate representation of color #672CEC: hue angle of 258.44º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #672CEC is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 44 | 236 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.07 |
| HSL | 258.44º | 0.83% | 0.55% | - |
| HSV(B) | 258.44º | 0.81% | 0.93% | - |
| XYZ | 21.63 | 10.74 | 80.29 | - |
| YUV | 83.53 | 214.05 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 44 | 236 | 0.56 | 0.81 | 0 | 0.07 | 258.44 | 0.83 | 0.55 |
| Hex | 67 | 2C | EC | 38 | 51 | 0 | 7 | 102 | 53 | 37 |
| Octal | 147 | 54 | 354 | 70 | 121 | 0 | 7 | 402 | 123 | 67 |
| Binary | 1100111 | 101100 | 11101100 | 111000 | 1010001 | 0 | 111 | 100000010 | 1010011 | 110111 |
Color Harmonies of #672CEC
Complementary color
Monochromatic Colors of #672CEC
Black with #672CEC
Text Example
Text Example
White with #672CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672CEC; }
p { color: rgb(103,44,236); }
H1.HeaderClassName
{
color: #672CEC;
}
.AnyTagClassName
{
color: #672CEC;
}
</style>
background-color css
<style>
a { background-color: #672CEC; }
a { background-color: rgb(103,44,236); }
div.DivClassName
{
background-color: #672CEC;
}
.BgClassName
{
background-color: #672CEC;
}
</style>
border-color css
<style>
span { border-color: #672CEC; }
span { border-color: rgb(103,44,236); }
td.TdClassName
{
border-color: #672CEC;
}
.TagClassName
{
border-color: #672CEC;
}
</style>