Shades of Han Purple #4B0AFE
Tints of Han Purple #4B0AFE
RGB
CMYK
RGB Variations
Color information
#4B0AFE (or 0x4B0AFE) is known color: Han Purple. HEX triplet: 4B, 0A and FE. RGB value is (75,10,254). Sum of RGB (Red+Green+Blue) = 75+10+254=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 10 (4.30% from 255 or 2.95% from 339); Blue value is 254 (99.61% from 255 or 74.93% from 339); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B0AFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B0AFE is #B4F501. Grayscale: #383838. Windows color (decimal): -11859202 or 16648779. OLE color: 16648779.
HSL color Cylindrical-coordinate representation of color #4B0AFE: hue angle of 255.98º 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 #4B0AFE is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 10 | 254 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.00 |
| HSL | 255.98º | 0.99% | 0.52% | - |
| HSV(B) | 255.98º | 0.96% | 1% | - |
| XYZ | 20.9 | 8.87 | 94.38 | - |
| YUV | 57.25 | 239.03 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 10 | 254 | 0.70 | 0.96 | 0 | 0.00 | 255.98 | 0.99 | 0.52 |
| Hex | 4B | A | FE | 46 | 60 | 0 | 0 | 100 | 63 | 34 |
| Octal | 113 | 12 | 376 | 106 | 140 | 0 | 0 | 400 | 143 | 64 |
| Binary | 1001011 | 1010 | 11111110 | 1000110 | 1100000 | 0 | 0 | 100000000 | 1100011 | 110100 |
Color Harmonies of #4B0AFE
Complementary color
Monochromatic Colors of #4B0AFE
Black with #4B0AFE
Text Example
Text Example
White with #4B0AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0AFE; }
p { color: rgb(75,10,254); }
H1.HeaderClassName
{
color: #4B0AFE;
}
.AnyTagClassName
{
color: #4B0AFE;
}
</style>
background-color css
<style>
a { background-color: #4B0AFE; }
a { background-color: rgb(75,10,254); }
div.DivClassName
{
background-color: #4B0AFE;
}
.BgClassName
{
background-color: #4B0AFE;
}
</style>
border-color css
<style>
span { border-color: #4B0AFE; }
span { border-color: rgb(75,10,254); }
td.TdClassName
{
border-color: #4B0AFE;
}
.TagClassName
{
border-color: #4B0AFE;
}
</style>