Shades of Han Purple #4D09D5
Tints of Han Purple #4D09D5
RGB
CMYK
RGB Variations
Color information
#4D09D5 (or 0x4D09D5) is known color: Han Purple. HEX triplet: 4D, 09 and D5. RGB value is (77,9,213). Sum of RGB (Red+Green+Blue) = 77+9+213=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 213 (83.59% from 255 or 71.24% from 299); Max value from RGB is 213 - color contains mainly: blue. Hex color #4D09D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D09D5 is #B2F62A. Grayscale: #333333. Windows color (decimal): -11728427 or 13961549. OLE color: 13961549.
HSL color Cylindrical-coordinate representation of color #4D09D5: hue angle of 260º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D09D5 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 9 | 213 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.16 |
| HSL | 260º | 0.92% | 0.44% | - |
| HSV(B) | 260º | 0.96% | 0.84% | - |
| XYZ | 15.17 | 6.58 | 63.42 | - |
| YUV | 52.59 | 218.53 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 9 | 213 | 0.64 | 0.96 | 0 | 0.16 | 260 | 0.92 | 0.44 |
| Hex | 4D | 9 | D5 | 40 | 60 | 0 | 10 | 104 | 5C | 2C |
| Octal | 115 | 11 | 325 | 100 | 140 | 0 | 20 | 404 | 134 | 54 |
| Binary | 1001101 | 1001 | 11010101 | 1000000 | 1100000 | 0 | 10000 | 100000100 | 1011100 | 101100 |
Color Harmonies of #4D09D5
Complementary color
Monochromatic Colors of #4D09D5
Black with #4D09D5
Text Example
Text Example
White with #4D09D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D09D5; }
p { color: rgb(77,9,213); }
H1.HeaderClassName
{
color: #4D09D5;
}
.AnyTagClassName
{
color: #4D09D5;
}
</style>
background-color css
<style>
a { background-color: #4D09D5; }
a { background-color: rgb(77,9,213); }
div.DivClassName
{
background-color: #4D09D5;
}
.BgClassName
{
background-color: #4D09D5;
}
</style>
border-color css
<style>
span { border-color: #4D09D5; }
span { border-color: rgb(77,9,213); }
td.TdClassName
{
border-color: #4D09D5;
}
.TagClassName
{
border-color: #4D09D5;
}
</style>