Shades of Han Purple #3E00F7
Tints of Han Purple #3E00F7
RGB
CMYK
RGB Variations
Color information
#3E00F7 (or 0x3E00F7) is known color: Han Purple. HEX triplet: 3E, 00 and F7. RGB value is (62,0,247). Sum of RGB (Red+Green+Blue) = 62+0+247=309 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.06% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 247 (96.88% from 255 or 79.94% from 309); Max value from RGB is 247 - color contains mainly: blue. Hex color #3E00F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E00F7 is #C1FF08. Grayscale: #2D2D2D. Windows color (decimal): -12713737 or 16187454. OLE color: 16187454.
HSL color Cylindrical-coordinate representation of color #3E00F7: hue angle of 255.06º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E00F7 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 62 | 0 | 247 | - |
| CMYK | 0.75 | 1 | 0 | 0.03 |
| HSL | 255.06º | 1% | 0.48% | - |
| HSV(B) | 255.06º | 1% | 0.97% | - |
| XYZ | 18.78 | 7.74 | 88.5 | - |
| YUV | 46.7 | 241.04 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 247 | 0.75 | 1 | 0 | 0.03 | 255.06 | 1 | 0.48 |
| Hex | 3E | 0 | F7 | 4B | 64 | 0 | 3 | FF | 64 | 30 |
| Octal | 76 | 0 | 367 | 113 | 144 | 0 | 3 | 377 | 144 | 60 |
| Binary | 111110 | 0 | 11110111 | 1001011 | 1100100 | 0 | 11 | 11111111 | 1100100 | 110000 |
Color Harmonies of #3E00F7
Complementary color
Monochromatic Colors of #3E00F7
Black with #3E00F7
Text Example
Text Example
White with #3E00F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E00F7; }
p { color: rgb(62,0,247); }
H1.HeaderClassName
{
color: #3E00F7;
}
.AnyTagClassName
{
color: #3E00F7;
}
</style>
background-color css
<style>
a { background-color: #3E00F7; }
a { background-color: rgb(62,0,247); }
div.DivClassName
{
background-color: #3E00F7;
}
.BgClassName
{
background-color: #3E00F7;
}
</style>
border-color css
<style>
span { border-color: #3E00F7; }
span { border-color: rgb(62,0,247); }
td.TdClassName
{
border-color: #3E00F7;
}
.TagClassName
{
border-color: #3E00F7;
}
</style>