Shades of Han Purple #672CED
Tints of Han Purple #672CED
RGB
CMYK
RGB Variations
Color information
#672CED (or 0x672CED) is known color: Han Purple. HEX triplet: 67, 2C and ED. RGB value is (103,44,237). Sum of RGB (Red+Green+Blue) = 103+44+237=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 44 (17.58% from 255 or 11.46% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #672CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672CED is #98D312. Grayscale: #525252. Windows color (decimal): -10015507 or 15543399. OLE color: 15543399.
HSL color Cylindrical-coordinate representation of color #672CED: hue angle of 258.34º degrees, saturation: 0.84, 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 #672CED is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 44 | 237 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.07 |
| HSL | 258.34º | 0.84% | 0.55% | - |
| HSV(B) | 258.34º | 0.81% | 0.93% | - |
| XYZ | 21.78 | 10.8 | 81.06 | - |
| YUV | 83.64 | 214.55 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 44 | 237 | 0.57 | 0.81 | 0 | 0.07 | 258.34 | 0.84 | 0.55 |
| Hex | 67 | 2C | ED | 39 | 51 | 0 | 7 | 102 | 54 | 37 |
| Octal | 147 | 54 | 355 | 71 | 121 | 0 | 7 | 402 | 124 | 67 |
| Binary | 1100111 | 101100 | 11101101 | 111001 | 1010001 | 0 | 111 | 100000010 | 1010100 | 110111 |
Color Harmonies of #672CED
Complementary color
Monochromatic Colors of #672CED
Black with #672CED
Text Example
Text Example
White with #672CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672CED; }
p { color: rgb(103,44,237); }
H1.HeaderClassName
{
color: #672CED;
}
.AnyTagClassName
{
color: #672CED;
}
</style>
background-color css
<style>
a { background-color: #672CED; }
a { background-color: rgb(103,44,237); }
div.DivClassName
{
background-color: #672CED;
}
.BgClassName
{
background-color: #672CED;
}
</style>
border-color css
<style>
span { border-color: #672CED; }
span { border-color: rgb(103,44,237); }
td.TdClassName
{
border-color: #672CED;
}
.TagClassName
{
border-color: #672CED;
}
</style>