Shades of Han Purple #672AE8
Tints of Han Purple #672AE8
RGB
CMYK
RGB Variations
Color information
#672AE8 (or 0x672AE8) is known color: Han Purple. HEX triplet: 67, 2A and E8. RGB value is (103,42,232). Sum of RGB (Red+Green+Blue) = 103+42+232=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 232 (91.02% from 255 or 61.54% from 377); Max value from RGB is 232 - color contains mainly: blue. Hex color #672AE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672AE8 is #98D517. Grayscale: #515151. Windows color (decimal): -10016024 or 15215207. OLE color: 15215207.
HSL color Cylindrical-coordinate representation of color #672AE8: hue angle of 259.26º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #672AE8 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 103 | 42 | 232 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.09 |
| HSL | 259.26º | 0.81% | 0.54% | - |
| HSV(B) | 259.26º | 0.82% | 0.91% | - |
| XYZ | 20.99 | 10.37 | 77.24 | - |
| YUV | 81.9 | 212.71 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 232 | 0.56 | 0.82 | 0 | 0.09 | 259.26 | 0.81 | 0.54 |
| Hex | 67 | 2A | E8 | 38 | 52 | 0 | 9 | 103 | 51 | 36 |
| Octal | 147 | 52 | 350 | 70 | 122 | 0 | 11 | 403 | 121 | 66 |
| Binary | 1100111 | 101010 | 11101000 | 111000 | 1010010 | 0 | 1001 | 100000011 | 1010001 | 110110 |
Color Harmonies of #672AE8
Complementary color
Monochromatic Colors of #672AE8
Black with #672AE8
Text Example
Text Example
White with #672AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672AE8; }
p { color: rgb(103,42,232); }
H1.HeaderClassName
{
color: #672AE8;
}
.AnyTagClassName
{
color: #672AE8;
}
</style>
background-color css
<style>
a { background-color: #672AE8; }
a { background-color: rgb(103,42,232); }
div.DivClassName
{
background-color: #672AE8;
}
.BgClassName
{
background-color: #672AE8;
}
</style>
border-color css
<style>
span { border-color: #672AE8; }
span { border-color: rgb(103,42,232); }
td.TdClassName
{
border-color: #672AE8;
}
.TagClassName
{
border-color: #672AE8;
}
</style>