Shades of Han Purple #4B0AFD
Tints of Han Purple #4B0AFD
RGB
CMYK
RGB Variations
Color information
#4B0AFD (or 0x4B0AFD) is known color: Han Purple. HEX triplet: 4B, 0A and FD. RGB value is (75,10,253). Sum of RGB (Red+Green+Blue) = 75+10+253=338 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.19% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 253 (99.22% from 255 or 74.85% from 338); Max value from RGB is 253 - color contains mainly: blue. Hex color #4B0AFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B0AFD is #B4F502. Grayscale: #383838. Windows color (decimal): -11859203 or 16583243. OLE color: 16583243.
HSL color Cylindrical-coordinate representation of color #4B0AFD: hue angle of 256.05º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B0AFD is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 10 | 253 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.01 |
| HSL | 256.05º | 0.98% | 0.52% | - |
| HSV(B) | 256.05º | 0.96% | 0.99% | - |
| XYZ | 20.74 | 8.8 | 93.53 | - |
| YUV | 57.14 | 238.53 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 10 | 253 | 0.70 | 0.96 | 0 | 0.01 | 256.05 | 0.98 | 0.52 |
| Hex | 4B | A | FD | 46 | 60 | 0 | 1 | 100 | 62 | 34 |
| Octal | 113 | 12 | 375 | 106 | 140 | 0 | 1 | 400 | 142 | 64 |
| Binary | 1001011 | 1010 | 11111101 | 1000110 | 1100000 | 0 | 1 | 100000000 | 1100010 | 110100 |
Color Harmonies of #4B0AFD
Complementary color
Monochromatic Colors of #4B0AFD
Black with #4B0AFD
Text Example
Text Example
White with #4B0AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0AFD; }
p { color: rgb(75,10,253); }
H1.HeaderClassName
{
color: #4B0AFD;
}
.AnyTagClassName
{
color: #4B0AFD;
}
</style>
background-color css
<style>
a { background-color: #4B0AFD; }
a { background-color: rgb(75,10,253); }
div.DivClassName
{
background-color: #4B0AFD;
}
.BgClassName
{
background-color: #4B0AFD;
}
</style>
border-color css
<style>
span { border-color: #4B0AFD; }
span { border-color: rgb(75,10,253); }
td.TdClassName
{
border-color: #4B0AFD;
}
.TagClassName
{
border-color: #4B0AFD;
}
</style>