Shades of Han Purple #4D13D3
Tints of Han Purple #4D13D3
RGB
CMYK
RGB Variations
Color information
#4D13D3 (or 0x4D13D3) is known color: Han Purple. HEX triplet: 4D, 13 and D3. RGB value is (77,19,211). Sum of RGB (Red+Green+Blue) = 77+19+211=307 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.08% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 211 (82.81% from 255 or 68.73% from 307); Max value from RGB is 211 - color contains mainly: blue. Hex color #4D13D3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D13D3 is #B2EC2C. Grayscale: #393939. Windows color (decimal): -11725869 or 13833037. OLE color: 13833037.
HSL color Cylindrical-coordinate representation of color #4D13D3: hue angle of 258.12º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D13D3 is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 77 | 19 | 211 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.17 |
| HSL | 258.13º | 0.83% | 0.45% | - |
| HSV(B) | 258.13º | 0.91% | 0.83% | - |
| XYZ | 15.05 | 6.75 | 62.14 | - |
| YUV | 58.23 | 214.22 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 211 | 0.64 | 0.91 | 0 | 0.17 | 258.13 | 0.83 | 0.45 |
| Hex | 4D | 13 | D3 | 40 | 5B | 0 | 11 | 102 | 53 | 2D |
| Octal | 115 | 23 | 323 | 100 | 133 | 0 | 21 | 402 | 123 | 55 |
| Binary | 1001101 | 10011 | 11010011 | 1000000 | 1011011 | 0 | 10001 | 100000010 | 1010011 | 101101 |
Color Harmonies of #4D13D3
Complementary color
Monochromatic Colors of #4D13D3
Black with #4D13D3
Text Example
Text Example
White with #4D13D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D13D3; }
p { color: rgb(77,19,211); }
H1.HeaderClassName
{
color: #4D13D3;
}
.AnyTagClassName
{
color: #4D13D3;
}
</style>
background-color css
<style>
a { background-color: #4D13D3; }
a { background-color: rgb(77,19,211); }
div.DivClassName
{
background-color: #4D13D3;
}
.BgClassName
{
background-color: #4D13D3;
}
</style>
border-color css
<style>
span { border-color: #4D13D3; }
span { border-color: rgb(77,19,211); }
td.TdClassName
{
border-color: #4D13D3;
}
.TagClassName
{
border-color: #4D13D3;
}
</style>