Shades of Han Purple #672DED
Tints of Han Purple #672DED
RGB
CMYK
RGB Variations
Color information
#672DED (or 0x672DED) is known color: Han Purple. HEX triplet: 67, 2D and ED. RGB value is (103,45,237). Sum of RGB (Red+Green+Blue) = 103+45+237=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #672DED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672DED is #98D212. Grayscale: #535353. Windows color (decimal): -10015251 or 15543655. OLE color: 15543655.
HSL color Cylindrical-coordinate representation of color #672DED: hue angle of 258.12º 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 #672DED is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 45 | 237 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.07 |
| HSL | 258.13º | 0.84% | 0.55% | - |
| HSV(B) | 258.13º | 0.81% | 0.93% | - |
| XYZ | 21.82 | 10.87 | 81.07 | - |
| YUV | 84.23 | 214.22 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 237 | 0.57 | 0.81 | 0 | 0.07 | 258.13 | 0.84 | 0.55 |
| Hex | 67 | 2D | ED | 39 | 51 | 0 | 7 | 102 | 54 | 37 |
| Octal | 147 | 55 | 355 | 71 | 121 | 0 | 7 | 402 | 124 | 67 |
| Binary | 1100111 | 101101 | 11101101 | 111001 | 1010001 | 0 | 111 | 100000010 | 1010100 | 110111 |
Color Harmonies of #672DED
Complementary color
Monochromatic Colors of #672DED
Black with #672DED
Text Example
Text Example
White with #672DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672DED; }
p { color: rgb(103,45,237); }
H1.HeaderClassName
{
color: #672DED;
}
.AnyTagClassName
{
color: #672DED;
}
</style>
background-color css
<style>
a { background-color: #672DED; }
a { background-color: rgb(103,45,237); }
div.DivClassName
{
background-color: #672DED;
}
.BgClassName
{
background-color: #672DED;
}
</style>
border-color css
<style>
span { border-color: #672DED; }
span { border-color: rgb(103,45,237); }
td.TdClassName
{
border-color: #672DED;
}
.TagClassName
{
border-color: #672DED;
}
</style>