Shades of Han Purple #672AE7
Tints of Han Purple #672AE7
RGB
CMYK
RGB Variations
Color information
#672AE7 (or 0x672AE7) is known color: Han Purple. HEX triplet: 67, 2A and E7. RGB value is (103,42,231). Sum of RGB (Red+Green+Blue) = 103+42+231=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 42 (16.80% from 255 or 11.17% from 376); Blue value is 231 (90.62% from 255 or 61.44% from 376); Max value from RGB is 231 - color contains mainly: blue. Hex color #672AE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672AE7 is #98D518. Grayscale: #515151. Windows color (decimal): -10016025 or 15149671. OLE color: 15149671.
HSL color Cylindrical-coordinate representation of color #672AE7: hue angle of 259.37º degrees, saturation: 0.8, 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 #672AE7 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 103 | 42 | 231 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.09 |
| HSL | 259.37º | 0.8% | 0.54% | - |
| HSV(B) | 259.37º | 0.82% | 0.91% | - |
| XYZ | 20.85 | 10.31 | 76.49 | - |
| YUV | 81.79 | 212.21 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 231 | 0.55 | 0.82 | 0 | 0.09 | 259.37 | 0.8 | 0.54 |
| Hex | 67 | 2A | E7 | 37 | 52 | 0 | 9 | 103 | 50 | 36 |
| Octal | 147 | 52 | 347 | 67 | 122 | 0 | 11 | 403 | 120 | 66 |
| Binary | 1100111 | 101010 | 11100111 | 110111 | 1010010 | 0 | 1001 | 100000011 | 1010000 | 110110 |
Color Harmonies of #672AE7
Complementary color
Monochromatic Colors of #672AE7
Black with #672AE7
Text Example
Text Example
White with #672AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672AE7; }
p { color: rgb(103,42,231); }
H1.HeaderClassName
{
color: #672AE7;
}
.AnyTagClassName
{
color: #672AE7;
}
</style>
background-color css
<style>
a { background-color: #672AE7; }
a { background-color: rgb(103,42,231); }
div.DivClassName
{
background-color: #672AE7;
}
.BgClassName
{
background-color: #672AE7;
}
</style>
border-color css
<style>
span { border-color: #672AE7; }
span { border-color: rgb(103,42,231); }
td.TdClassName
{
border-color: #672AE7;
}
.TagClassName
{
border-color: #672AE7;
}
</style>