Shades of Han Purple #4626DE
Tints of Han Purple #4626DE
RGB
CMYK
RGB Variations
Color information
#4626DE (or 0x4626DE) is known color: Han Purple. HEX triplet: 46, 26 and DE. RGB value is (70,38,222). Sum of RGB (Red+Green+Blue) = 70+38+222=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 222 (87.11% from 255 or 67.27% from 330); Max value from RGB is 222 - color contains mainly: blue. Hex color #4626DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4626DE is #B9D921. Grayscale: #434343. Windows color (decimal): -12179746 or 14558790. OLE color: 14558790.
HSL color Cylindrical-coordinate representation of color #4626DE: hue angle of 250.43º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4626DE is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 38 | 222 | - |
| CMYK | 0.68 | 0.83 | 0 | 0.13 |
| HSL | 250.43º | 0.74% | 0.51% | - |
| HSV(B) | 250.43º | 0.83% | 0.87% | - |
| XYZ | 16.4 | 7.96 | 69.78 | - |
| YUV | 68.54 | 214.6 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 38 | 222 | 0.68 | 0.83 | 0 | 0.13 | 250.43 | 0.74 | 0.51 |
| Hex | 46 | 26 | DE | 44 | 53 | 0 | D | FA | 4A | 33 |
| Octal | 106 | 46 | 336 | 104 | 123 | 0 | 15 | 372 | 112 | 63 |
| Binary | 1000110 | 100110 | 11011110 | 1000100 | 1010011 | 0 | 1101 | 11111010 | 1001010 | 110011 |
Color Harmonies of #4626DE
Complementary color
Monochromatic Colors of #4626DE
Black with #4626DE
Text Example
Text Example
White with #4626DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4626DE; }
p { color: rgb(70,38,222); }
H1.HeaderClassName
{
color: #4626DE;
}
.AnyTagClassName
{
color: #4626DE;
}
</style>
background-color css
<style>
a { background-color: #4626DE; }
a { background-color: rgb(70,38,222); }
div.DivClassName
{
background-color: #4626DE;
}
.BgClassName
{
background-color: #4626DE;
}
</style>
border-color css
<style>
span { border-color: #4626DE; }
span { border-color: rgb(70,38,222); }
td.TdClassName
{
border-color: #4626DE;
}
.TagClassName
{
border-color: #4626DE;
}
</style>