Shades of Han Purple #4F09FE
Tints of Han Purple #4F09FE
RGB
CMYK
RGB Variations
Color information
#4F09FE (or 0x4F09FE) is known color: Han Purple. HEX triplet: 4F, 09 and FE. RGB value is (79,9,254). Sum of RGB (Red+Green+Blue) = 79+9+254=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 254 (99.61% from 255 or 74.27% from 342); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F09FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F09FE is #B0F601. Grayscale: #383838. Windows color (decimal): -11597314 or 16648527. OLE color: 16648527.
HSL color Cylindrical-coordinate representation of color #4F09FE: hue angle of 257.14º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F09FE is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 9 | 254 | - |
| CMYK | 0.69 | 0.96 | 0 | 0.00 |
| HSL | 257.14º | 0.99% | 0.52% | - |
| HSV(B) | 257.14º | 0.96% | 1% | - |
| XYZ | 21.21 | 9.01 | 94.39 | - |
| YUV | 57.86 | 238.69 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 9 | 254 | 0.69 | 0.96 | 0 | 0.00 | 257.14 | 0.99 | 0.52 |
| Hex | 4F | 9 | FE | 45 | 60 | 0 | 0 | 101 | 63 | 34 |
| Octal | 117 | 11 | 376 | 105 | 140 | 0 | 0 | 401 | 143 | 64 |
| Binary | 1001111 | 1001 | 11111110 | 1000101 | 1100000 | 0 | 0 | 100000001 | 1100011 | 110100 |
Color Harmonies of #4F09FE
Complementary color
Monochromatic Colors of #4F09FE
Black with #4F09FE
Text Example
Text Example
White with #4F09FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F09FE; }
p { color: rgb(79,9,254); }
H1.HeaderClassName
{
color: #4F09FE;
}
.AnyTagClassName
{
color: #4F09FE;
}
</style>
background-color css
<style>
a { background-color: #4F09FE; }
a { background-color: rgb(79,9,254); }
div.DivClassName
{
background-color: #4F09FE;
}
.BgClassName
{
background-color: #4F09FE;
}
</style>
border-color css
<style>
span { border-color: #4F09FE; }
span { border-color: rgb(79,9,254); }
td.TdClassName
{
border-color: #4F09FE;
}
.TagClassName
{
border-color: #4F09FE;
}
</style>