Shades of Han Purple #4B0CFE
Tints of Han Purple #4B0CFE
RGB
CMYK
RGB Variations
Color information
#4B0CFE (or 0x4B0CFE) is known color: Han Purple. HEX triplet: 4B, 0C and FE. RGB value is (75,12,254). Sum of RGB (Red+Green+Blue) = 75+12+254=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 254 (99.61% from 255 or 74.49% from 341); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B0CFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B0CFE is #B4F301. Grayscale: #393939. Windows color (decimal): -11858690 or 16649291. OLE color: 16649291.
HSL color Cylindrical-coordinate representation of color #4B0CFE: hue angle of 255.62º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B0CFE is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 12 | 254 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.00 |
| HSL | 255.62º | 0.99% | 0.52% | - |
| HSV(B) | 255.62º | 0.95% | 1% | - |
| XYZ | 20.92 | 8.91 | 94.38 | - |
| YUV | 58.43 | 238.37 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 12 | 254 | 0.70 | 0.95 | 0 | 0.00 | 255.62 | 0.99 | 0.52 |
| Hex | 4B | C | FE | 46 | 5F | 0 | 0 | 100 | 63 | 34 |
| Octal | 113 | 14 | 376 | 106 | 137 | 0 | 0 | 400 | 143 | 64 |
| Binary | 1001011 | 1100 | 11111110 | 1000110 | 1011111 | 0 | 0 | 100000000 | 1100011 | 110100 |
Color Harmonies of #4B0CFE
Complementary color
Monochromatic Colors of #4B0CFE
Black with #4B0CFE
Text Example
Text Example
White with #4B0CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0CFE; }
p { color: rgb(75,12,254); }
H1.HeaderClassName
{
color: #4B0CFE;
}
.AnyTagClassName
{
color: #4B0CFE;
}
</style>
background-color css
<style>
a { background-color: #4B0CFE; }
a { background-color: rgb(75,12,254); }
div.DivClassName
{
background-color: #4B0CFE;
}
.BgClassName
{
background-color: #4B0CFE;
}
</style>
border-color css
<style>
span { border-color: #4B0CFE; }
span { border-color: rgb(75,12,254); }
td.TdClassName
{
border-color: #4B0CFE;
}
.TagClassName
{
border-color: #4B0CFE;
}
</style>