Shades of Han Purple #672CEA
Tints of Han Purple #672CEA
RGB
CMYK
RGB Variations
Color information
#672CEA (or 0x672CEA) is known color: Han Purple. HEX triplet: 67, 2C and EA. RGB value is (103,44,234). Sum of RGB (Red+Green+Blue) = 103+44+234=381 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.03% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #672CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672CEA is #98D315. Grayscale: #525252. Windows color (decimal): -10015510 or 15346791. OLE color: 15346791.
HSL color Cylindrical-coordinate representation of color #672CEA: hue angle of 258.63º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #672CEA is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 44 | 234 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.08 |
| HSL | 258.63º | 0.82% | 0.55% | - |
| HSV(B) | 258.63º | 0.81% | 0.92% | - |
| XYZ | 21.35 | 10.63 | 78.77 | - |
| YUV | 83.3 | 213.05 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 44 | 234 | 0.56 | 0.81 | 0 | 0.08 | 258.63 | 0.82 | 0.55 |
| Hex | 67 | 2C | EA | 38 | 51 | 0 | 8 | 103 | 52 | 37 |
| Octal | 147 | 54 | 352 | 70 | 121 | 0 | 10 | 403 | 122 | 67 |
| Binary | 1100111 | 101100 | 11101010 | 111000 | 1010001 | 0 | 1000 | 100000011 | 1010010 | 110111 |
Color Harmonies of #672CEA
Complementary color
Monochromatic Colors of #672CEA
Black with #672CEA
Text Example
Text Example
White with #672CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672CEA; }
p { color: rgb(103,44,234); }
H1.HeaderClassName
{
color: #672CEA;
}
.AnyTagClassName
{
color: #672CEA;
}
</style>
background-color css
<style>
a { background-color: #672CEA; }
a { background-color: rgb(103,44,234); }
div.DivClassName
{
background-color: #672CEA;
}
.BgClassName
{
background-color: #672CEA;
}
</style>
border-color css
<style>
span { border-color: #672CEA; }
span { border-color: rgb(103,44,234); }
td.TdClassName
{
border-color: #672CEA;
}
.TagClassName
{
border-color: #672CEA;
}
</style>