Shades of Han Purple #4600ED
Tints of Han Purple #4600ED
RGB
CMYK
RGB Variations
Color information
#4600ED (or 0x4600ED) is known color: Han Purple. HEX triplet: 46, 00 and ED. RGB value is (70,0,237). Sum of RGB (Red+Green+Blue) = 70+0+237=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 237 (92.97% from 255 or 77.20% from 307); Max value from RGB is 237 - color contains mainly: blue. Hex color #4600ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4600ED is #B9FF12. Grayscale: #2F2F2F. Windows color (decimal): -12189459 or 15532102. OLE color: 15532102.
HSL color Cylindrical-coordinate representation of color #4600ED: hue angle of 257.72º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4600ED is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 0 | 237 | - |
| CMYK | 0.70 | 1 | 0 | 0.07 |
| HSL | 257.72º | 1% | 0.46% | - |
| HSV(B) | 257.72º | 1% | 0.93% | - |
| XYZ | 17.81 | 7.42 | 80.61 | - |
| YUV | 47.95 | 234.69 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 237 | 0.70 | 1 | 0 | 0.07 | 257.72 | 1 | 0.46 |
| Hex | 46 | 0 | ED | 46 | 64 | 0 | 7 | 102 | 64 | 2E |
| Octal | 106 | 0 | 355 | 106 | 144 | 0 | 7 | 402 | 144 | 56 |
| Binary | 1000110 | 0 | 11101101 | 1000110 | 1100100 | 0 | 111 | 100000010 | 1100100 | 101110 |
Color Harmonies of #4600ED
Complementary color
Monochromatic Colors of #4600ED
Black with #4600ED
Text Example
Text Example
White with #4600ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4600ED; }
p { color: rgb(70,0,237); }
H1.HeaderClassName
{
color: #4600ED;
}
.AnyTagClassName
{
color: #4600ED;
}
</style>
background-color css
<style>
a { background-color: #4600ED; }
a { background-color: rgb(70,0,237); }
div.DivClassName
{
background-color: #4600ED;
}
.BgClassName
{
background-color: #4600ED;
}
</style>
border-color css
<style>
span { border-color: #4600ED; }
span { border-color: rgb(70,0,237); }
td.TdClassName
{
border-color: #4600ED;
}
.TagClassName
{
border-color: #4600ED;
}
</style>