Shades of Han Purple #4B15FA
Tints of Han Purple #4B15FA
RGB
CMYK
RGB Variations
Color information
#4B15FA (or 0x4B15FA) is known color: Han Purple. HEX triplet: 4B, 15 and FA. RGB value is (75,21,250). Sum of RGB (Red+Green+Blue) = 75+21+250=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 250 (98.05% from 255 or 72.25% from 346); Max value from RGB is 250 - color contains mainly: blue. Hex color #4B15FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B15FA is #B4EA05. Grayscale: #3E3E3E. Windows color (decimal): -11856390 or 16389451. OLE color: 16389451.
HSL color Cylindrical-coordinate representation of color #4B15FA: hue angle of 254.15º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4B15FA is Cyan = 0.7, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 21 | 250 | - |
| CMYK | 0.7 | 0.92 | 0 | 0.02 |
| HSL | 254.15º | 0.96% | 0.53% | - |
| HSV(B) | 254.15º | 0.92% | 0.98% | - |
| XYZ | 20.43 | 8.93 | 91.09 | - |
| YUV | 63.25 | 233.39 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 21 | 250 | 0.7 | 0.92 | 0 | 0.02 | 254.15 | 0.96 | 0.53 |
| Hex | 4B | 15 | FA | 46 | 5C | 0 | 2 | FE | 60 | 35 |
| Octal | 113 | 25 | 372 | 106 | 134 | 0 | 2 | 376 | 140 | 65 |
| Binary | 1001011 | 10101 | 11111010 | 1000110 | 1011100 | 0 | 10 | 11111110 | 1100000 | 110101 |
Color Harmonies of #4B15FA
Complementary color
Monochromatic Colors of #4B15FA
Black with #4B15FA
Text Example
Text Example
White with #4B15FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B15FA; }
p { color: rgb(75,21,250); }
H1.HeaderClassName
{
color: #4B15FA;
}
.AnyTagClassName
{
color: #4B15FA;
}
</style>
background-color css
<style>
a { background-color: #4B15FA; }
a { background-color: rgb(75,21,250); }
div.DivClassName
{
background-color: #4B15FA;
}
.BgClassName
{
background-color: #4B15FA;
}
</style>
border-color css
<style>
span { border-color: #4B15FA; }
span { border-color: rgb(75,21,250); }
td.TdClassName
{
border-color: #4B15FA;
}
.TagClassName
{
border-color: #4B15FA;
}
</style>