Shades of Han Purple #4907D0
Tints of Han Purple #4907D0
RGB
CMYK
RGB Variations
Color information
#4907D0 (or 0x4907D0) is known color: Han Purple. HEX triplet: 49, 07 and D0. RGB value is (73,7,208). Sum of RGB (Red+Green+Blue) = 73+7+208=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 208 (81.64% from 255 or 72.22% from 288); Max value from RGB is 208 - color contains mainly: blue. Hex color #4907D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4907D0 is #B6F82F. Grayscale: #303030. Windows color (decimal): -11991088 or 13633353. OLE color: 13633353.
HSL color Cylindrical-coordinate representation of color #4907D0: hue angle of 259.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4907D0 is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 7 | 208 | - |
| CMYK | 0.65 | 0.97 | 0 | 0.18 |
| HSL | 259.7º | 0.93% | 0.42% | - |
| HSV(B) | 259.7º | 0.97% | 0.82% | - |
| XYZ | 14.21 | 6.12 | 60.11 | - |
| YUV | 49.65 | 217.37 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 208 | 0.65 | 0.97 | 0 | 0.18 | 259.7 | 0.93 | 0.42 |
| Hex | 49 | 7 | D0 | 41 | 61 | 0 | 12 | 104 | 5D | 2A |
| Octal | 111 | 7 | 320 | 101 | 141 | 0 | 22 | 404 | 135 | 52 |
| Binary | 1001001 | 111 | 11010000 | 1000001 | 1100001 | 0 | 10010 | 100000100 | 1011101 | 101010 |
Color Harmonies of #4907D0
Complementary color
Monochromatic Colors of #4907D0
Black with #4907D0
Text Example
Text Example
White with #4907D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4907D0; }
p { color: rgb(73,7,208); }
H1.HeaderClassName
{
color: #4907D0;
}
.AnyTagClassName
{
color: #4907D0;
}
</style>
background-color css
<style>
a { background-color: #4907D0; }
a { background-color: rgb(73,7,208); }
div.DivClassName
{
background-color: #4907D0;
}
.BgClassName
{
background-color: #4907D0;
}
</style>
border-color css
<style>
span { border-color: #4907D0; }
span { border-color: rgb(73,7,208); }
td.TdClassName
{
border-color: #4907D0;
}
.TagClassName
{
border-color: #4907D0;
}
</style>