Shades of Han Purple #672AED
Tints of Han Purple #672AED
RGB
CMYK
RGB Variations
Color information
#672AED (or 0x672AED) is known color: Han Purple. HEX triplet: 67, 2A and ED. RGB value is (103,42,237). Sum of RGB (Red+Green+Blue) = 103+42+237=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 237 (92.97% from 255 or 62.04% from 382); Max value from RGB is 237 - color contains mainly: blue. Hex color #672AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672AED is #98D512. Grayscale: #515151. Windows color (decimal): -10016019 or 15542887. OLE color: 15542887.
HSL color Cylindrical-coordinate representation of color #672AED: hue angle of 258.77º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #672AED is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 42 | 237 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.07 |
| HSL | 258.77º | 0.84% | 0.55% | - |
| HSV(B) | 258.77º | 0.82% | 0.93% | - |
| XYZ | 21.71 | 10.65 | 81.03 | - |
| YUV | 82.47 | 215.21 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 237 | 0.57 | 0.82 | 0 | 0.07 | 258.77 | 0.84 | 0.55 |
| Hex | 67 | 2A | ED | 39 | 52 | 0 | 7 | 103 | 54 | 37 |
| Octal | 147 | 52 | 355 | 71 | 122 | 0 | 7 | 403 | 124 | 67 |
| Binary | 1100111 | 101010 | 11101101 | 111001 | 1010010 | 0 | 111 | 100000011 | 1010100 | 110111 |
Color Harmonies of #672AED
Complementary color
Monochromatic Colors of #672AED
Black with #672AED
Text Example
Text Example
White with #672AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672AED; }
p { color: rgb(103,42,237); }
H1.HeaderClassName
{
color: #672AED;
}
.AnyTagClassName
{
color: #672AED;
}
</style>
background-color css
<style>
a { background-color: #672AED; }
a { background-color: rgb(103,42,237); }
div.DivClassName
{
background-color: #672AED;
}
.BgClassName
{
background-color: #672AED;
}
</style>
border-color css
<style>
span { border-color: #672AED; }
span { border-color: rgb(103,42,237); }
td.TdClassName
{
border-color: #672AED;
}
.TagClassName
{
border-color: #672AED;
}
</style>