Shades of Han Purple #672AFA
Tints of Han Purple #672AFA
RGB
CMYK
RGB Variations
Color information
#672AFA (or 0x672AFA) is known color: Han Purple. HEX triplet: 67, 2A and FA. RGB value is (103,42,250). Sum of RGB (Red+Green+Blue) = 103+42+250=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #672AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672AFA is #98D505. Grayscale: #535353. Windows color (decimal): -10016006 or 16394855. OLE color: 16394855.
HSL color Cylindrical-coordinate representation of color #672AFA: hue angle of 257.6º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #672AFA is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 42 | 250 | - |
| CMYK | 0.59 | 0.83 | 0 | 0.02 |
| HSL | 257.6º | 0.95% | 0.57% | - |
| HSV(B) | 257.6º | 0.83% | 0.98% | - |
| XYZ | 23.68 | 11.44 | 91.4 | - |
| YUV | 83.95 | 221.71 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 250 | 0.59 | 0.83 | 0 | 0.02 | 257.6 | 0.95 | 0.57 |
| Hex | 67 | 2A | FA | 3B | 53 | 0 | 2 | 102 | 5F | 39 |
| Octal | 147 | 52 | 372 | 73 | 123 | 0 | 2 | 402 | 137 | 71 |
| Binary | 1100111 | 101010 | 11111010 | 111011 | 1010011 | 0 | 10 | 100000010 | 1011111 | 111001 |
Color Harmonies of #672AFA
Complementary color
Monochromatic Colors of #672AFA
Black with #672AFA
Text Example
Text Example
White with #672AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672AFA; }
p { color: rgb(103,42,250); }
H1.HeaderClassName
{
color: #672AFA;
}
.AnyTagClassName
{
color: #672AFA;
}
</style>
background-color css
<style>
a { background-color: #672AFA; }
a { background-color: rgb(103,42,250); }
div.DivClassName
{
background-color: #672AFA;
}
.BgClassName
{
background-color: #672AFA;
}
</style>
border-color css
<style>
span { border-color: #672AFA; }
span { border-color: rgb(103,42,250); }
td.TdClassName
{
border-color: #672AFA;
}
.TagClassName
{
border-color: #672AFA;
}
</style>