Shades of Han Purple #4D15FD
Tints of Han Purple #4D15FD
RGB
CMYK
RGB Variations
Color information
#4D15FD (or 0x4D15FD) is known color: Han Purple. HEX triplet: 4D, 15 and FD. RGB value is (77,21,253). Sum of RGB (Red+Green+Blue) = 77+21+253=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 253 (99.22% from 255 or 72.08% from 351); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D15FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D15FD is #B2EA02. Grayscale: #3F3F3F. Windows color (decimal): -11725315 or 16586061. OLE color: 16586061.
HSL color Cylindrical-coordinate representation of color #4D15FD: hue angle of 254.48º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D15FD is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 21 | 253 | - |
| CMYK | 0.70 | 0.92 | 0 | 0.01 |
| HSL | 254.48º | 0.98% | 0.54% | - |
| HSV(B) | 254.48º | 0.92% | 0.99% | - |
| XYZ | 21.06 | 9.21 | 93.6 | - |
| YUV | 64.19 | 234.55 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 253 | 0.70 | 0.92 | 0 | 0.01 | 254.48 | 0.98 | 0.54 |
| Hex | 4D | 15 | FD | 46 | 5C | 0 | 1 | FE | 62 | 36 |
| Octal | 115 | 25 | 375 | 106 | 134 | 0 | 1 | 376 | 142 | 66 |
| Binary | 1001101 | 10101 | 11111101 | 1000110 | 1011100 | 0 | 1 | 11111110 | 1100010 | 110110 |
Color Harmonies of #4D15FD
Complementary color
Monochromatic Colors of #4D15FD
Black with #4D15FD
Text Example
Text Example
White with #4D15FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D15FD; }
p { color: rgb(77,21,253); }
H1.HeaderClassName
{
color: #4D15FD;
}
.AnyTagClassName
{
color: #4D15FD;
}
</style>
background-color css
<style>
a { background-color: #4D15FD; }
a { background-color: rgb(77,21,253); }
div.DivClassName
{
background-color: #4D15FD;
}
.BgClassName
{
background-color: #4D15FD;
}
</style>
border-color css
<style>
span { border-color: #4D15FD; }
span { border-color: rgb(77,21,253); }
td.TdClassName
{
border-color: #4D15FD;
}
.TagClassName
{
border-color: #4D15FD;
}
</style>