Shades of Han Purple #4D0CDB
Tints of Han Purple #4D0CDB
RGB
CMYK
RGB Variations
Color information
#4D0CDB (or 0x4D0CDB) is known color: Han Purple. HEX triplet: 4D, 0C and DB. RGB value is (77,12,219). Sum of RGB (Red+Green+Blue) = 77+12+219=308 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D0CDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0CDB is #B2F324. Grayscale: #363636. Windows color (decimal): -11727653 or 14355533. OLE color: 14355533.
HSL color Cylindrical-coordinate representation of color #4D0CDB: hue angle of 258.84º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0CDB is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 77 | 12 | 219 | - |
CMYK | 0.65 | 0.95 | 0 | 0.14 |
HSL | 258.84º | 0.9% | 0.45% | - |
HSV(B) | 258.84º | 0.95% | 0.86% | - |
XYZ | 15.98 | 6.96 | 67.52 | - |
YUV | 55.03 | 220.53 | 143.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 12 | 219 | 0.65 | 0.95 | 0 | 0.14 | 258.84 | 0.9 | 0.45 |
Hex | 4D | C | DB | 41 | 5F | 0 | E | 103 | 5A | 2D |
Octal | 115 | 14 | 333 | 101 | 137 | 0 | 16 | 403 | 132 | 55 |
Binary | 1001101 | 1100 | 11011011 | 1000001 | 1011111 | 0 | 1110 | 100000011 | 1011010 | 101101 |
Color Harmonies of #4D0CDB
Complementary color
Monochromatic Colors of #4D0CDB
Black with #4D0CDB
Text Example
Text Example
White with #4D0CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0CDB; }
p { color: rgb(77,12,219); }
H1.HeaderClassName
{
color: #4D0CDB;
}
.AnyTagClassName
{
color: #4D0CDB;
}
</style>
background-color css
<style>
a { background-color: #4D0CDB; }
a { background-color: rgb(77,12,219); }
div.DivClassName
{
background-color: #4D0CDB;
}
.BgClassName
{
background-color: #4D0CDB;
}
</style>
border-color css
<style>
span { border-color: #4D0CDB; }
span { border-color: rgb(77,12,219); }
td.TdClassName
{
border-color: #4D0CDB;
}
.TagClassName
{
border-color: #4D0CDB;
}
</style>