Shades of Han Purple #4D2FFD
Tints of Han Purple #4D2FFD
RGB
CMYK
RGB Variations
Color information
#4D2FFD (or 0x4D2FFD) is known color: Han Purple. HEX triplet: 4D, 2F and FD. RGB value is (77,47,253). Sum of RGB (Red+Green+Blue) = 77+47+253=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 47 (18.75% from 255 or 12.47% from 377); Blue value is 253 (99.22% from 255 or 67.11% from 377); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D2FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D2FFD is #B2D002. Grayscale: #4E4E4E. Windows color (decimal): -11718659 or 16592717. OLE color: 16592717.
HSL color Cylindrical-coordinate representation of color #4D2FFD: hue angle of 248.74º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D2FFD is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 47 | 253 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.01 |
| HSL | 248.74º | 0.98% | 0.59% | - |
| HSV(B) | 248.74º | 0.81% | 0.99% | - |
| XYZ | 21.81 | 10.7 | 93.84 | - |
| YUV | 79.45 | 225.94 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 47 | 253 | 0.70 | 0.81 | 0 | 0.01 | 248.74 | 0.98 | 0.59 |
| Hex | 4D | 2F | FD | 46 | 51 | 0 | 1 | F9 | 62 | 3B |
| Octal | 115 | 57 | 375 | 106 | 121 | 0 | 1 | 371 | 142 | 73 |
| Binary | 1001101 | 101111 | 11111101 | 1000110 | 1010001 | 0 | 1 | 11111001 | 1100010 | 111011 |
Color Harmonies of #4D2FFD
Complementary color
Monochromatic Colors of #4D2FFD
Black with #4D2FFD
Text Example
Text Example
White with #4D2FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2FFD; }
p { color: rgb(77,47,253); }
H1.HeaderClassName
{
color: #4D2FFD;
}
.AnyTagClassName
{
color: #4D2FFD;
}
</style>
background-color css
<style>
a { background-color: #4D2FFD; }
a { background-color: rgb(77,47,253); }
div.DivClassName
{
background-color: #4D2FFD;
}
.BgClassName
{
background-color: #4D2FFD;
}
</style>
border-color css
<style>
span { border-color: #4D2FFD; }
span { border-color: rgb(77,47,253); }
td.TdClassName
{
border-color: #4D2FFD;
}
.TagClassName
{
border-color: #4D2FFD;
}
</style>