Shades of Han Purple #672BFF
Tints of Han Purple #672BFF
RGB
CMYK
RGB Variations
Color information
#672BFF (or 0x672BFF) is known color: Han Purple. HEX triplet: 67, 2B and FF. RGB value is (103,43,255). Sum of RGB (Red+Green+Blue) = 103+43+255=401 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.69% from 401); Green value is 43 (17.19% from 255 or 10.72% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #672BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672BFF is #98D400. Grayscale: #545454. Windows color (decimal): -10015745 or 16722791. OLE color: 16722791.
HSL color Cylindrical-coordinate representation of color #672BFF: hue angle of 256.98º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #672BFF is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 43 | 255 | - |
| CMYK | 0.60 | 0.83 | 0 | 0 |
| HSL | 256.98º | 1% | 0.58% | - |
| HSV(B) | 256.98º | 0.83% | 1% | - |
| XYZ | 24.51 | 11.83 | 95.6 | - |
| YUV | 85.11 | 223.88 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 43 | 255 | 0.60 | 0.83 | 0 | 0 | 256.98 | 1 | 0.58 |
| Hex | 67 | 2B | FF | 3C | 53 | 0 | 0 | 101 | 64 | 3A |
| Octal | 147 | 53 | 377 | 74 | 123 | 0 | 0 | 401 | 144 | 72 |
| Binary | 1100111 | 101011 | 11111111 | 111100 | 1010011 | 0 | 0 | 100000001 | 1100100 | 111010 |
Color Harmonies of #672BFF
Complementary color
Monochromatic Colors of #672BFF
Black with #672BFF
Text Example
Text Example
White with #672BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672BFF; }
p { color: rgb(103,43,255); }
H1.HeaderClassName
{
color: #672BFF;
}
.AnyTagClassName
{
color: #672BFF;
}
</style>
background-color css
<style>
a { background-color: #672BFF; }
a { background-color: rgb(103,43,255); }
div.DivClassName
{
background-color: #672BFF;
}
.BgClassName
{
background-color: #672BFF;
}
</style>
border-color css
<style>
span { border-color: #672BFF; }
span { border-color: rgb(103,43,255); }
td.TdClassName
{
border-color: #672BFF;
}
.TagClassName
{
border-color: #672BFF;
}
</style>