Shades of Han Purple #672DFA
Tints of Han Purple #672DFA
RGB
CMYK
RGB Variations
Color information
#672DFA (or 0x672DFA) is known color: Han Purple. HEX triplet: 67, 2D and FA. RGB value is (103,45,250). Sum of RGB (Red+Green+Blue) = 103+45+250=398 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.88% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #672DFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672DFA is #98D205. Grayscale: #545454. Windows color (decimal): -10015238 or 16395623. OLE color: 16395623.
HSL color Cylindrical-coordinate representation of color #672DFA: hue angle of 256.98º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #672DFA is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 45 | 250 | - |
| CMYK | 0.59 | 0.82 | 0 | 0.02 |
| HSL | 256.98º | 0.95% | 0.58% | - |
| HSV(B) | 256.98º | 0.82% | 0.98% | - |
| XYZ | 23.79 | 11.66 | 91.44 | - |
| YUV | 85.71 | 220.72 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 250 | 0.59 | 0.82 | 0 | 0.02 | 256.98 | 0.95 | 0.58 |
| Hex | 67 | 2D | FA | 3B | 52 | 0 | 2 | 101 | 5F | 3A |
| Octal | 147 | 55 | 372 | 73 | 122 | 0 | 2 | 401 | 137 | 72 |
| Binary | 1100111 | 101101 | 11111010 | 111011 | 1010010 | 0 | 10 | 100000001 | 1011111 | 111010 |
Color Harmonies of #672DFA
Complementary color
Monochromatic Colors of #672DFA
Black with #672DFA
Text Example
Text Example
White with #672DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672DFA; }
p { color: rgb(103,45,250); }
H1.HeaderClassName
{
color: #672DFA;
}
.AnyTagClassName
{
color: #672DFA;
}
</style>
background-color css
<style>
a { background-color: #672DFA; }
a { background-color: rgb(103,45,250); }
div.DivClassName
{
background-color: #672DFA;
}
.BgClassName
{
background-color: #672DFA;
}
</style>
border-color css
<style>
span { border-color: #672DFA; }
span { border-color: rgb(103,45,250); }
td.TdClassName
{
border-color: #672DFA;
}
.TagClassName
{
border-color: #672DFA;
}
</style>