Shades of Han Purple #4D0FFD
Tints of Han Purple #4D0FFD
RGB
CMYK
RGB Variations
Color information
#4D0FFD (or 0x4D0FFD) is known color: Han Purple. HEX triplet: 4D, 0F and FD. RGB value is (77,15,253). Sum of RGB (Red+Green+Blue) = 77+15+253=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 253 (99.22% from 255 or 73.33% from 345); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D0FFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0FFD is #B2F002. Grayscale: #3B3B3B. Windows color (decimal): -11726851 or 16584525. OLE color: 16584525.
HSL color Cylindrical-coordinate representation of color #4D0FFD: hue angle of 255.63º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0FFD is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 77 | 15 | 253 | - |
CMYK | 0.70 | 0.94 | 0 | 0.01 |
HSL | 255.63º | 0.98% | 0.53% | - |
HSV(B) | 255.63º | 0.94% | 0.99% | - |
XYZ | 20.96 | 9.01 | 93.56 | - |
YUV | 60.67 | 236.54 | 139.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 15 | 253 | 0.70 | 0.94 | 0 | 0.01 | 255.63 | 0.98 | 0.53 |
Hex | 4D | F | FD | 46 | 5E | 0 | 1 | 100 | 62 | 35 |
Octal | 115 | 17 | 375 | 106 | 136 | 0 | 1 | 400 | 142 | 65 |
Binary | 1001101 | 1111 | 11111101 | 1000110 | 1011110 | 0 | 1 | 100000000 | 1100010 | 110101 |
Color Harmonies of #4D0FFD
Complementary color
Monochromatic Colors of #4D0FFD
Black with #4D0FFD
Text Example
Text Example
White with #4D0FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0FFD; }
p { color: rgb(77,15,253); }
H1.HeaderClassName
{
color: #4D0FFD;
}
.AnyTagClassName
{
color: #4D0FFD;
}
</style>
background-color css
<style>
a { background-color: #4D0FFD; }
a { background-color: rgb(77,15,253); }
div.DivClassName
{
background-color: #4D0FFD;
}
.BgClassName
{
background-color: #4D0FFD;
}
</style>
border-color css
<style>
span { border-color: #4D0FFD; }
span { border-color: rgb(77,15,253); }
td.TdClassName
{
border-color: #4D0FFD;
}
.TagClassName
{
border-color: #4D0FFD;
}
</style>