Shades of Han Purple #4B09FE
Tints of Han Purple #4B09FE
RGB
CMYK
RGB Variations
Color information
#4B09FE (or 0x4B09FE) is known color: Han Purple. HEX triplet: 4B, 09 and FE. RGB value is (75,9,254). Sum of RGB (Red+Green+Blue) = 75+9+254=338 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.19% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 254 (99.61% from 255 or 75.15% from 338); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B09FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B09FE is #B4F601. Grayscale: #373737. Windows color (decimal): -11859458 or 16648523. OLE color: 16648523.
HSL color Cylindrical-coordinate representation of color #4B09FE: hue angle of 256.16º 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 #4B09FE is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 9 | 254 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.00 |
| HSL | 256.16º | 0.99% | 0.52% | - |
| HSV(B) | 256.16º | 0.96% | 1% | - |
| XYZ | 20.89 | 8.85 | 94.37 | - |
| YUV | 56.66 | 239.37 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 9 | 254 | 0.70 | 0.96 | 0 | 0.00 | 256.16 | 0.99 | 0.52 |
| Hex | 4B | 9 | FE | 46 | 60 | 0 | 0 | 100 | 63 | 34 |
| Octal | 113 | 11 | 376 | 106 | 140 | 0 | 0 | 400 | 143 | 64 |
| Binary | 1001011 | 1001 | 11111110 | 1000110 | 1100000 | 0 | 0 | 100000000 | 1100011 | 110100 |
Color Harmonies of #4B09FE
Complementary color
Monochromatic Colors of #4B09FE
Black with #4B09FE
Text Example
Text Example
White with #4B09FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B09FE; }
p { color: rgb(75,9,254); }
H1.HeaderClassName
{
color: #4B09FE;
}
.AnyTagClassName
{
color: #4B09FE;
}
</style>
background-color css
<style>
a { background-color: #4B09FE; }
a { background-color: rgb(75,9,254); }
div.DivClassName
{
background-color: #4B09FE;
}
.BgClassName
{
background-color: #4B09FE;
}
</style>
border-color css
<style>
span { border-color: #4B09FE; }
span { border-color: rgb(75,9,254); }
td.TdClassName
{
border-color: #4B09FE;
}
.TagClassName
{
border-color: #4B09FE;
}
</style>