Shades of Han Purple #4621ED
Tints of Han Purple #4621ED
RGB
CMYK
RGB Variations
Color information
#4621ED (or 0x4621ED) is known color: Han Purple. HEX triplet: 46, 21 and ED. RGB value is (70,33,237). Sum of RGB (Red+Green+Blue) = 70+33+237=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 237 (92.97% from 255 or 69.71% from 340); Max value from RGB is 237 - color contains mainly: blue. Hex color #4621ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4621ED is #B9DE12. Grayscale: #424242. Windows color (decimal): -12181011 or 15540550. OLE color: 15540550.
HSL color Cylindrical-coordinate representation of color #4621ED: hue angle of 250.88º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4621ED is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 33 | 237 | - |
| CMYK | 0.70 | 0.86 | 0 | 0.07 |
| HSL | 250.88º | 0.85% | 0.53% | - |
| HSV(B) | 250.88º | 0.86% | 0.93% | - |
| XYZ | 18.36 | 8.5 | 80.79 | - |
| YUV | 67.32 | 223.76 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 33 | 237 | 0.70 | 0.86 | 0 | 0.07 | 250.88 | 0.85 | 0.53 |
| Hex | 46 | 21 | ED | 46 | 56 | 0 | 7 | FB | 55 | 35 |
| Octal | 106 | 41 | 355 | 106 | 126 | 0 | 7 | 373 | 125 | 65 |
| Binary | 1000110 | 100001 | 11101101 | 1000110 | 1010110 | 0 | 111 | 11111011 | 1010101 | 110101 |
Color Harmonies of #4621ED
Complementary color
Monochromatic Colors of #4621ED
Black with #4621ED
Text Example
Text Example
White with #4621ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4621ED; }
p { color: rgb(70,33,237); }
H1.HeaderClassName
{
color: #4621ED;
}
.AnyTagClassName
{
color: #4621ED;
}
</style>
background-color css
<style>
a { background-color: #4621ED; }
a { background-color: rgb(70,33,237); }
div.DivClassName
{
background-color: #4621ED;
}
.BgClassName
{
background-color: #4621ED;
}
</style>
border-color css
<style>
span { border-color: #4621ED; }
span { border-color: rgb(70,33,237); }
td.TdClassName
{
border-color: #4621ED;
}
.TagClassName
{
border-color: #4621ED;
}
</style>