Shades of Han Purple #4D00CF
Tints of Han Purple #4D00CF
RGB
CMYK
RGB Variations
Color information
#4D00CF (or 0x4D00CF) is known color: Han Purple. HEX triplet: 4D, 00 and CF. RGB value is (77,0,207). Sum of RGB (Red+Green+Blue) = 77+0+207=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 207 (81.25% from 255 or 72.89% from 284); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D00CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D00CF is #B2FF30. Grayscale: #2D2D2D. Windows color (decimal): -11730737 or 13566029. OLE color: 13566029.
HSL color Cylindrical-coordinate representation of color #4D00CF: hue angle of 262.32º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D00CF is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 0 | 207 | - |
| CMYK | 0.63 | 1 | 0 | 0.19 |
| HSL | 262.32º | 1% | 0.41% | - |
| HSV(B) | 262.32º | 1% | 0.81% | - |
| XYZ | 14.32 | 6.08 | 59.45 | - |
| YUV | 46.62 | 218.51 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 207 | 0.63 | 1 | 0 | 0.19 | 262.32 | 1 | 0.41 |
| Hex | 4D | 0 | CF | 3F | 64 | 0 | 13 | 106 | 64 | 29 |
| Octal | 115 | 0 | 317 | 77 | 144 | 0 | 23 | 406 | 144 | 51 |
| Binary | 1001101 | 0 | 11001111 | 111111 | 1100100 | 0 | 10011 | 100000110 | 1100100 | 101001 |
Color Harmonies of #4D00CF
Complementary color
Monochromatic Colors of #4D00CF
Black with #4D00CF
Text Example
Text Example
White with #4D00CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D00CF; }
p { color: rgb(77,0,207); }
H1.HeaderClassName
{
color: #4D00CF;
}
.AnyTagClassName
{
color: #4D00CF;
}
</style>
background-color css
<style>
a { background-color: #4D00CF; }
a { background-color: rgb(77,0,207); }
div.DivClassName
{
background-color: #4D00CF;
}
.BgClassName
{
background-color: #4D00CF;
}
</style>
border-color css
<style>
span { border-color: #4D00CF; }
span { border-color: rgb(77,0,207); }
td.TdClassName
{
border-color: #4D00CF;
}
.TagClassName
{
border-color: #4D00CF;
}
</style>