Shades of Han Purple #4D02CF
Tints of Han Purple #4D02CF
RGB
CMYK
RGB Variations
Color information
#4D02CF (or 0x4D02CF) is known color: Han Purple. HEX triplet: 4D, 02 and CF. RGB value is (77,2,207). Sum of RGB (Red+Green+Blue) = 77+2+207=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 207 (81.25% from 255 or 72.38% from 286); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D02CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D02CF is #B2FD30. Grayscale: #2F2F2F. Windows color (decimal): -11730225 or 13566541. OLE color: 13566541.
HSL color Cylindrical-coordinate representation of color #4D02CF: hue angle of 261.95º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D02CF is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 2 | 207 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.19 |
| HSL | 261.95º | 0.98% | 0.41% | - |
| HSV(B) | 261.95º | 0.99% | 0.81% | - |
| XYZ | 14.34 | 6.13 | 59.46 | - |
| YUV | 47.8 | 217.85 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 207 | 0.63 | 0.99 | 0 | 0.19 | 261.95 | 0.98 | 0.41 |
| Hex | 4D | 2 | CF | 3F | 63 | 0 | 13 | 106 | 62 | 29 |
| Octal | 115 | 2 | 317 | 77 | 143 | 0 | 23 | 406 | 142 | 51 |
| Binary | 1001101 | 10 | 11001111 | 111111 | 1100011 | 0 | 10011 | 100000110 | 1100010 | 101001 |
Color Harmonies of #4D02CF
Complementary color
Monochromatic Colors of #4D02CF
Black with #4D02CF
Text Example
Text Example
White with #4D02CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D02CF; }
p { color: rgb(77,2,207); }
H1.HeaderClassName
{
color: #4D02CF;
}
.AnyTagClassName
{
color: #4D02CF;
}
</style>
background-color css
<style>
a { background-color: #4D02CF; }
a { background-color: rgb(77,2,207); }
div.DivClassName
{
background-color: #4D02CF;
}
.BgClassName
{
background-color: #4D02CF;
}
</style>
border-color css
<style>
span { border-color: #4D02CF; }
span { border-color: rgb(77,2,207); }
td.TdClassName
{
border-color: #4D02CF;
}
.TagClassName
{
border-color: #4D02CF;
}
</style>