Shades of Han Purple #4B0DFD
Tints of Han Purple #4B0DFD
RGB
CMYK
RGB Variations
Color information
#4B0DFD (or 0x4B0DFD) is known color: Han Purple. HEX triplet: 4B, 0D and FD. RGB value is (75,13,253). Sum of RGB (Red+Green+Blue) = 75+13+253=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 253 (99.22% from 255 or 74.19% from 341); Max value from RGB is 253 - color contains mainly: blue. Hex color #4B0DFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B0DFD is #B4F202. Grayscale: #3A3A3A. Windows color (decimal): -11858435 or 16584011. OLE color: 16584011.
HSL color Cylindrical-coordinate representation of color #4B0DFD: hue angle of 255.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B0DFD is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 13 | 253 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.01 |
| HSL | 255.5º | 0.98% | 0.52% | - |
| HSV(B) | 255.5º | 0.95% | 0.99% | - |
| XYZ | 20.78 | 8.88 | 93.55 | - |
| YUV | 58.9 | 237.54 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 13 | 253 | 0.70 | 0.95 | 0 | 0.01 | 255.5 | 0.98 | 0.52 |
| Hex | 4B | D | FD | 46 | 5F | 0 | 1 | 100 | 62 | 34 |
| Octal | 113 | 15 | 375 | 106 | 137 | 0 | 1 | 400 | 142 | 64 |
| Binary | 1001011 | 1101 | 11111101 | 1000110 | 1011111 | 0 | 1 | 100000000 | 1100010 | 110100 |
Color Harmonies of #4B0DFD
Complementary color
Monochromatic Colors of #4B0DFD
Black with #4B0DFD
Text Example
Text Example
White with #4B0DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0DFD; }
p { color: rgb(75,13,253); }
H1.HeaderClassName
{
color: #4B0DFD;
}
.AnyTagClassName
{
color: #4B0DFD;
}
</style>
background-color css
<style>
a { background-color: #4B0DFD; }
a { background-color: rgb(75,13,253); }
div.DivClassName
{
background-color: #4B0DFD;
}
.BgClassName
{
background-color: #4B0DFD;
}
</style>
border-color css
<style>
span { border-color: #4B0DFD; }
span { border-color: rgb(75,13,253); }
td.TdClassName
{
border-color: #4B0DFD;
}
.TagClassName
{
border-color: #4B0DFD;
}
</style>