Shades of Han Purple #672EFF
Tints of Han Purple #672EFF
RGB
CMYK
RGB Variations
Color information
#672EFF (or 0x672EFF) is known color: Han Purple. HEX triplet: 67, 2E and FF. RGB value is (103,46,255). Sum of RGB (Red+Green+Blue) = 103+46+255=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 46 (18.36% from 255 or 11.39% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #672EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672EFF is #98D100. Grayscale: #565656. Windows color (decimal): -10014977 or 16723559. OLE color: 16723559.
HSL color Cylindrical-coordinate representation of color #672EFF: hue angle of 256.36º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #672EFF is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 46 | 255 | - |
| CMYK | 0.60 | 0.82 | 0 | 0 |
| HSL | 256.36º | 1% | 0.59% | - |
| HSV(B) | 256.36º | 0.82% | 1% | - |
| XYZ | 24.62 | 12.06 | 95.64 | - |
| YUV | 86.87 | 222.88 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 46 | 255 | 0.60 | 0.82 | 0 | 0 | 256.36 | 1 | 0.59 |
| Hex | 67 | 2E | FF | 3C | 52 | 0 | 0 | 100 | 64 | 3B |
| Octal | 147 | 56 | 377 | 74 | 122 | 0 | 0 | 400 | 144 | 73 |
| Binary | 1100111 | 101110 | 11111111 | 111100 | 1010010 | 0 | 0 | 100000000 | 1100100 | 111011 |
Color Harmonies of #672EFF
Complementary color
Monochromatic Colors of #672EFF
Black with #672EFF
Text Example
Text Example
White with #672EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672EFF; }
p { color: rgb(103,46,255); }
H1.HeaderClassName
{
color: #672EFF;
}
.AnyTagClassName
{
color: #672EFF;
}
</style>
background-color css
<style>
a { background-color: #672EFF; }
a { background-color: rgb(103,46,255); }
div.DivClassName
{
background-color: #672EFF;
}
.BgClassName
{
background-color: #672EFF;
}
</style>
border-color css
<style>
span { border-color: #672EFF; }
span { border-color: rgb(103,46,255); }
td.TdClassName
{
border-color: #672EFF;
}
.TagClassName
{
border-color: #672EFF;
}
</style>