Shades of Han Purple #4625E6
Tints of Han Purple #4625E6
RGB
CMYK
RGB Variations
Color information
#4625E6 (or 0x4625E6) is known color: Han Purple. HEX triplet: 46, 25 and E6. RGB value is (70,37,230). Sum of RGB (Red+Green+Blue) = 70+37+230=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 230 (90.23% from 255 or 68.25% from 337); Max value from RGB is 230 - color contains mainly: blue. Hex color #4625E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4625E6 is #B9DA19. Grayscale: #444444. Windows color (decimal): -12179994 or 15082822. OLE color: 15082822.
HSL color Cylindrical-coordinate representation of color #4625E6: hue angle of 250.26º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4625E6 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 37 | 230 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.10 |
| HSL | 250.26º | 0.79% | 0.52% | - |
| HSV(B) | 250.26º | 0.84% | 0.9% | - |
| XYZ | 17.47 | 8.34 | 75.55 | - |
| YUV | 68.87 | 218.93 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 37 | 230 | 0.70 | 0.84 | 0 | 0.10 | 250.26 | 0.79 | 0.52 |
| Hex | 46 | 25 | E6 | 46 | 54 | 0 | A | FA | 4F | 34 |
| Octal | 106 | 45 | 346 | 106 | 124 | 0 | 12 | 372 | 117 | 64 |
| Binary | 1000110 | 100101 | 11100110 | 1000110 | 1010100 | 0 | 1010 | 11111010 | 1001111 | 110100 |
Color Harmonies of #4625E6
Complementary color
Monochromatic Colors of #4625E6
Black with #4625E6
Text Example
Text Example
White with #4625E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4625E6; }
p { color: rgb(70,37,230); }
H1.HeaderClassName
{
color: #4625E6;
}
.AnyTagClassName
{
color: #4625E6;
}
</style>
background-color css
<style>
a { background-color: #4625E6; }
a { background-color: rgb(70,37,230); }
div.DivClassName
{
background-color: #4625E6;
}
.BgClassName
{
background-color: #4625E6;
}
</style>
border-color css
<style>
span { border-color: #4625E6; }
span { border-color: rgb(70,37,230); }
td.TdClassName
{
border-color: #4625E6;
}
.TagClassName
{
border-color: #4625E6;
}
</style>