Shades of Han Purple #672EFC
Tints of Han Purple #672EFC
RGB
CMYK
RGB Variations
Color information
#672EFC (or 0x672EFC) is known color: Han Purple. HEX triplet: 67, 2E and FC. RGB value is (103,46,252). Sum of RGB (Red+Green+Blue) = 103+46+252=401 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.69% from 401); Green value is 46 (18.36% from 255 or 11.47% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #672EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672EFC is #98D103. Grayscale: #555555. Windows color (decimal): -10014980 or 16526951. OLE color: 16526951.
HSL color Cylindrical-coordinate representation of color #672EFC: hue angle of 256.6º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #672EFC is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 46 | 252 | - |
| CMYK | 0.59 | 0.82 | 0 | 0.01 |
| HSL | 256.6º | 0.97% | 0.58% | - |
| HSV(B) | 256.6º | 0.82% | 0.99% | - |
| XYZ | 24.14 | 11.87 | 93.11 | - |
| YUV | 86.53 | 221.38 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 46 | 252 | 0.59 | 0.82 | 0 | 0.01 | 256.6 | 0.97 | 0.58 |
| Hex | 67 | 2E | FC | 3B | 52 | 0 | 1 | 101 | 61 | 3A |
| Octal | 147 | 56 | 374 | 73 | 122 | 0 | 1 | 401 | 141 | 72 |
| Binary | 1100111 | 101110 | 11111100 | 111011 | 1010010 | 0 | 1 | 100000001 | 1100001 | 111010 |
Color Harmonies of #672EFC
Complementary color
Monochromatic Colors of #672EFC
Black with #672EFC
Text Example
Text Example
White with #672EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672EFC; }
p { color: rgb(103,46,252); }
H1.HeaderClassName
{
color: #672EFC;
}
.AnyTagClassName
{
color: #672EFC;
}
</style>
background-color css
<style>
a { background-color: #672EFC; }
a { background-color: rgb(103,46,252); }
div.DivClassName
{
background-color: #672EFC;
}
.BgClassName
{
background-color: #672EFC;
}
</style>
border-color css
<style>
span { border-color: #672EFC; }
span { border-color: rgb(103,46,252); }
td.TdClassName
{
border-color: #672EFC;
}
.TagClassName
{
border-color: #672EFC;
}
</style>