Shades of Han Purple #4206FB
Tints of Han Purple #4206FB
RGB
CMYK
RGB Variations
Color information
#4206FB (or 0x4206FB) is known color: Han Purple. HEX triplet: 42, 06 and FB. RGB value is (66,6,251). Sum of RGB (Red+Green+Blue) = 66+6+251=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 251 (98.44% from 255 or 77.71% from 323); Max value from RGB is 251 - color contains mainly: blue. Hex color #4206FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4206FB is #BDF904. Grayscale: #323232. Windows color (decimal): -12450053 or 16451138. OLE color: 16451138.
HSL color Cylindrical-coordinate representation of color #4206FB: hue angle of 254.69º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4206FB is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 6 | 251 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.02 |
| HSL | 254.69º | 0.97% | 0.5% | - |
| HSV(B) | 254.69º | 0.98% | 0.98% | - |
| XYZ | 19.72 | 8.25 | 91.82 | - |
| YUV | 51.87 | 240.38 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 6 | 251 | 0.74 | 0.98 | 0 | 0.02 | 254.69 | 0.97 | 0.5 |
| Hex | 42 | 6 | FB | 4A | 62 | 0 | 2 | FF | 61 | 32 |
| Octal | 102 | 6 | 373 | 112 | 142 | 0 | 2 | 377 | 141 | 62 |
| Binary | 1000010 | 110 | 11111011 | 1001010 | 1100010 | 0 | 10 | 11111111 | 1100001 | 110010 |
Color Harmonies of #4206FB
Complementary color
Monochromatic Colors of #4206FB
Black with #4206FB
Text Example
Text Example
White with #4206FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4206FB; }
p { color: rgb(66,6,251); }
H1.HeaderClassName
{
color: #4206FB;
}
.AnyTagClassName
{
color: #4206FB;
}
</style>
background-color css
<style>
a { background-color: #4206FB; }
a { background-color: rgb(66,6,251); }
div.DivClassName
{
background-color: #4206FB;
}
.BgClassName
{
background-color: #4206FB;
}
</style>
border-color css
<style>
span { border-color: #4206FB; }
span { border-color: rgb(66,6,251); }
td.TdClassName
{
border-color: #4206FB;
}
.TagClassName
{
border-color: #4206FB;
}
</style>