Shades of Han Purple #672DFC
Tints of Han Purple #672DFC
RGB
CMYK
RGB Variations
Color information
#672DFC (or 0x672DFC) is known color: Han Purple. HEX triplet: 67, 2D and FC. RGB value is (103,45,252). Sum of RGB (Red+Green+Blue) = 103+45+252=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #672DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672DFC is #98D203. Grayscale: #555555. Windows color (decimal): -10015236 or 16526695. OLE color: 16526695.
HSL color Cylindrical-coordinate representation of color #672DFC: hue angle of 256.81º 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 #672DFC is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 45 | 252 | - |
| CMYK | 0.59 | 0.82 | 0 | 0.01 |
| HSL | 256.81º | 0.97% | 0.58% | - |
| HSV(B) | 256.81º | 0.82% | 0.99% | - |
| XYZ | 24.1 | 11.79 | 93.1 | - |
| YUV | 85.94 | 221.72 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 252 | 0.59 | 0.82 | 0 | 0.01 | 256.81 | 0.97 | 0.58 |
| Hex | 67 | 2D | FC | 3B | 52 | 0 | 1 | 101 | 61 | 3A |
| Octal | 147 | 55 | 374 | 73 | 122 | 0 | 1 | 401 | 141 | 72 |
| Binary | 1100111 | 101101 | 11111100 | 111011 | 1010010 | 0 | 1 | 100000001 | 1100001 | 111010 |
Color Harmonies of #672DFC
Complementary color
Monochromatic Colors of #672DFC
Black with #672DFC
Text Example
Text Example
White with #672DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672DFC; }
p { color: rgb(103,45,252); }
H1.HeaderClassName
{
color: #672DFC;
}
.AnyTagClassName
{
color: #672DFC;
}
</style>
background-color css
<style>
a { background-color: #672DFC; }
a { background-color: rgb(103,45,252); }
div.DivClassName
{
background-color: #672DFC;
}
.BgClassName
{
background-color: #672DFC;
}
</style>
border-color css
<style>
span { border-color: #672DFC; }
span { border-color: rgb(103,45,252); }
td.TdClassName
{
border-color: #672DFC;
}
.TagClassName
{
border-color: #672DFC;
}
</style>