Shades of Han Purple #4B14F1
Tints of Han Purple #4B14F1
RGB
CMYK
RGB Variations
Color information
#4B14F1 (or 0x4B14F1) is known color: Han Purple. HEX triplet: 4B, 14 and F1. RGB value is (75,20,241). Sum of RGB (Red+Green+Blue) = 75+20+241=336 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.32% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 241 (94.53% from 255 or 71.73% from 336); Max value from RGB is 241 - color contains mainly: blue. Hex color #4B14F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B14F1 is #B4EB0E. Grayscale: #3C3C3C. Windows color (decimal): -11856655 or 15799371. OLE color: 15799371.
HSL color Cylindrical-coordinate representation of color #4B14F1: hue angle of 254.93º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4B14F1 is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 20 | 241 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.05 |
| HSL | 254.93º | 0.89% | 0.51% | - |
| HSV(B) | 254.93º | 0.92% | 0.95% | - |
| XYZ | 19.03 | 8.35 | 83.83 | - |
| YUV | 61.64 | 229.22 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 20 | 241 | 0.69 | 0.92 | 0 | 0.05 | 254.93 | 0.89 | 0.51 |
| Hex | 4B | 14 | F1 | 45 | 5C | 0 | 5 | FF | 59 | 33 |
| Octal | 113 | 24 | 361 | 105 | 134 | 0 | 5 | 377 | 131 | 63 |
| Binary | 1001011 | 10100 | 11110001 | 1000101 | 1011100 | 0 | 101 | 11111111 | 1011001 | 110011 |
Color Harmonies of #4B14F1
Complementary color
Monochromatic Colors of #4B14F1
Black with #4B14F1
Text Example
Text Example
White with #4B14F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B14F1; }
p { color: rgb(75,20,241); }
H1.HeaderClassName
{
color: #4B14F1;
}
.AnyTagClassName
{
color: #4B14F1;
}
</style>
background-color css
<style>
a { background-color: #4B14F1; }
a { background-color: rgb(75,20,241); }
div.DivClassName
{
background-color: #4B14F1;
}
.BgClassName
{
background-color: #4B14F1;
}
</style>
border-color css
<style>
span { border-color: #4B14F1; }
span { border-color: rgb(75,20,241); }
td.TdClassName
{
border-color: #4B14F1;
}
.TagClassName
{
border-color: #4B14F1;
}
</style>