Shades of Han Purple #4219F6
Tints of Han Purple #4219F6
RGB
CMYK
RGB Variations
Color information
#4219F6 (or 0x4219F6) is known color: Han Purple. HEX triplet: 42, 19 and F6. RGB value is (66,25,246). Sum of RGB (Red+Green+Blue) = 66+25+246=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 246 (96.48% from 255 or 73.00% from 337); Max value from RGB is 246 - color contains mainly: blue. Hex color #4219F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4219F6 is #BDE609. Grayscale: #3D3D3D. Windows color (decimal): -12445194 or 16128322. OLE color: 16128322.
HSL color Cylindrical-coordinate representation of color #4219F6: hue angle of 251.13º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4219F6 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 25 | 246 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.04 |
| HSL | 251.13º | 0.92% | 0.53% | - |
| HSV(B) | 251.13º | 0.9% | 0.96% | - |
| XYZ | 19.23 | 8.51 | 87.82 | - |
| YUV | 62.45 | 231.58 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 25 | 246 | 0.73 | 0.90 | 0 | 0.04 | 251.13 | 0.92 | 0.53 |
| Hex | 42 | 19 | F6 | 49 | 5A | 0 | 4 | FB | 5C | 35 |
| Octal | 102 | 31 | 366 | 111 | 132 | 0 | 4 | 373 | 134 | 65 |
| Binary | 1000010 | 11001 | 11110110 | 1001001 | 1011010 | 0 | 100 | 11111011 | 1011100 | 110101 |
Color Harmonies of #4219F6
Complementary color
Monochromatic Colors of #4219F6
Black with #4219F6
Text Example
Text Example
White with #4219F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4219F6; }
p { color: rgb(66,25,246); }
H1.HeaderClassName
{
color: #4219F6;
}
.AnyTagClassName
{
color: #4219F6;
}
</style>
background-color css
<style>
a { background-color: #4219F6; }
a { background-color: rgb(66,25,246); }
div.DivClassName
{
background-color: #4219F6;
}
.BgClassName
{
background-color: #4219F6;
}
</style>
border-color css
<style>
span { border-color: #4219F6; }
span { border-color: rgb(66,25,246); }
td.TdClassName
{
border-color: #4219F6;
}
.TagClassName
{
border-color: #4219F6;
}
</style>