Shades of Han Purple #4207F0
Tints of Han Purple #4207F0
RGB
CMYK
RGB Variations
Color information
#4207F0 (or 0x4207F0) is known color: Han Purple. HEX triplet: 42, 07 and F0. RGB value is (66,7,240). Sum of RGB (Red+Green+Blue) = 66+7+240=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 240 (94.14% from 255 or 76.68% from 313); Max value from RGB is 240 - color contains mainly: blue. Hex color #4207F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4207F0 is #BDF80F. Grayscale: #323232. Windows color (decimal): -12449808 or 15730498. OLE color: 15730498.
HSL color Cylindrical-coordinate representation of color #4207F0: hue angle of 255.19º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4207F0 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 7 | 240 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.06 |
| HSL | 255.19º | 0.94% | 0.48% | - |
| HSV(B) | 255.19º | 0.97% | 0.94% | - |
| XYZ | 18.05 | 7.6 | 82.95 | - |
| YUV | 51.2 | 234.55 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 7 | 240 | 0.72 | 0.97 | 0 | 0.06 | 255.19 | 0.94 | 0.48 |
| Hex | 42 | 7 | F0 | 48 | 61 | 0 | 6 | FF | 5E | 30 |
| Octal | 102 | 7 | 360 | 110 | 141 | 0 | 6 | 377 | 136 | 60 |
| Binary | 1000010 | 111 | 11110000 | 1001000 | 1100001 | 0 | 110 | 11111111 | 1011110 | 110000 |
Color Harmonies of #4207F0
Complementary color
Monochromatic Colors of #4207F0
Black with #4207F0
Text Example
Text Example
White with #4207F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4207F0; }
p { color: rgb(66,7,240); }
H1.HeaderClassName
{
color: #4207F0;
}
.AnyTagClassName
{
color: #4207F0;
}
</style>
background-color css
<style>
a { background-color: #4207F0; }
a { background-color: rgb(66,7,240); }
div.DivClassName
{
background-color: #4207F0;
}
.BgClassName
{
background-color: #4207F0;
}
</style>
border-color css
<style>
span { border-color: #4207F0; }
span { border-color: rgb(66,7,240); }
td.TdClassName
{
border-color: #4207F0;
}
.TagClassName
{
border-color: #4207F0;
}
</style>