Shades of Han Purple #4D0CFC
Tints of Han Purple #4D0CFC
RGB
CMYK
RGB Variations
Color information
#4D0CFC (or 0x4D0CFC) is known color: Han Purple. HEX triplet: 4D, 0C and FC. RGB value is (77,12,252). Sum of RGB (Red+Green+Blue) = 77+12+252=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 252 (98.83% from 255 or 73.90% from 341); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D0CFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0CFC is #B2F303. Grayscale: #393939. Windows color (decimal): -11727620 or 16518221. OLE color: 16518221.
HSL color Cylindrical-coordinate representation of color #4D0CFC: hue angle of 256.25º 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 #4D0CFC is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 12 | 252 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.01 |
| HSL | 256.25º | 0.98% | 0.52% | - |
| HSV(B) | 256.25º | 0.95% | 0.99% | - |
| XYZ | 20.76 | 8.87 | 92.71 | - |
| YUV | 58.8 | 237.03 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 252 | 0.69 | 0.95 | 0 | 0.01 | 256.25 | 0.98 | 0.52 |
| Hex | 4D | C | FC | 45 | 5F | 0 | 1 | 100 | 62 | 34 |
| Octal | 115 | 14 | 374 | 105 | 137 | 0 | 1 | 400 | 142 | 64 |
| Binary | 1001101 | 1100 | 11111100 | 1000101 | 1011111 | 0 | 1 | 100000000 | 1100010 | 110100 |
Color Harmonies of #4D0CFC
Complementary color
Monochromatic Colors of #4D0CFC
Black with #4D0CFC
Text Example
Text Example
White with #4D0CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0CFC; }
p { color: rgb(77,12,252); }
H1.HeaderClassName
{
color: #4D0CFC;
}
.AnyTagClassName
{
color: #4D0CFC;
}
</style>
background-color css
<style>
a { background-color: #4D0CFC; }
a { background-color: rgb(77,12,252); }
div.DivClassName
{
background-color: #4D0CFC;
}
.BgClassName
{
background-color: #4D0CFC;
}
</style>
border-color css
<style>
span { border-color: #4D0CFC; }
span { border-color: rgb(77,12,252); }
td.TdClassName
{
border-color: #4D0CFC;
}
.TagClassName
{
border-color: #4D0CFC;
}
</style>