Shades of Han Purple #672AEA
Tints of Han Purple #672AEA
RGB
CMYK
RGB Variations
Color information
#672AEA (or 0x672AEA) is known color: Han Purple. HEX triplet: 67, 2A and EA. RGB value is (103,42,234). Sum of RGB (Red+Green+Blue) = 103+42+234=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #672AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672AEA is #98D515. Grayscale: #515151. Windows color (decimal): -10016022 or 15346279. OLE color: 15346279.
HSL color Cylindrical-coordinate representation of color #672AEA: hue angle of 259.06º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #672AEA is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 42 | 234 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.08 |
| HSL | 259.06º | 0.82% | 0.54% | - |
| HSV(B) | 259.06º | 0.82% | 0.92% | - |
| XYZ | 21.27 | 10.48 | 78.74 | - |
| YUV | 82.13 | 213.71 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 234 | 0.56 | 0.82 | 0 | 0.08 | 259.06 | 0.82 | 0.54 |
| Hex | 67 | 2A | EA | 38 | 52 | 0 | 8 | 103 | 52 | 36 |
| Octal | 147 | 52 | 352 | 70 | 122 | 0 | 10 | 403 | 122 | 66 |
| Binary | 1100111 | 101010 | 11101010 | 111000 | 1010010 | 0 | 1000 | 100000011 | 1010010 | 110110 |
Color Harmonies of #672AEA
Complementary color
Monochromatic Colors of #672AEA
Black with #672AEA
Text Example
Text Example
White with #672AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672AEA; }
p { color: rgb(103,42,234); }
H1.HeaderClassName
{
color: #672AEA;
}
.AnyTagClassName
{
color: #672AEA;
}
</style>
background-color css
<style>
a { background-color: #672AEA; }
a { background-color: rgb(103,42,234); }
div.DivClassName
{
background-color: #672AEA;
}
.BgClassName
{
background-color: #672AEA;
}
</style>
border-color css
<style>
span { border-color: #672AEA; }
span { border-color: rgb(103,42,234); }
td.TdClassName
{
border-color: #672AEA;
}
.TagClassName
{
border-color: #672AEA;
}
</style>