Shades of Han Purple #672FFE
Tints of Han Purple #672FFE
RGB
CMYK
RGB Variations
Color information
#672FFE (or 0x672FFE) is known color: Han Purple. HEX triplet: 67, 2F and FE. RGB value is (103,47,254). Sum of RGB (Red+Green+Blue) = 103+47+254=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #672FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672FFE is #98D001. Grayscale: #565656. Windows color (decimal): -10014722 or 16658279. OLE color: 16658279.
HSL color Cylindrical-coordinate representation of color #672FFE: hue angle of 256.23º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #672FFE is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 47 | 254 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.00 |
| HSL | 256.23º | 0.99% | 0.59% | - |
| HSV(B) | 256.23º | 0.81% | 1% | - |
| XYZ | 24.5 | 12.07 | 94.8 | - |
| YUV | 87.34 | 222.05 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 47 | 254 | 0.59 | 0.81 | 0 | 0.00 | 256.23 | 0.99 | 0.59 |
| Hex | 67 | 2F | FE | 3B | 51 | 0 | 0 | 100 | 63 | 3B |
| Octal | 147 | 57 | 376 | 73 | 121 | 0 | 0 | 400 | 143 | 73 |
| Binary | 1100111 | 101111 | 11111110 | 111011 | 1010001 | 0 | 0 | 100000000 | 1100011 | 111011 |
Color Harmonies of #672FFE
Complementary color
Monochromatic Colors of #672FFE
Black with #672FFE
Text Example
Text Example
White with #672FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672FFE; }
p { color: rgb(103,47,254); }
H1.HeaderClassName
{
color: #672FFE;
}
.AnyTagClassName
{
color: #672FFE;
}
</style>
background-color css
<style>
a { background-color: #672FFE; }
a { background-color: rgb(103,47,254); }
div.DivClassName
{
background-color: #672FFE;
}
.BgClassName
{
background-color: #672FFE;
}
</style>
border-color css
<style>
span { border-color: #672FFE; }
span { border-color: rgb(103,47,254); }
td.TdClassName
{
border-color: #672FFE;
}
.TagClassName
{
border-color: #672FFE;
}
</style>