Shades of Han Purple #4629DF
Tints of Han Purple #4629DF
RGB
CMYK
RGB Variations
Color information
#4629DF (or 0x4629DF) is known color: Han Purple. HEX triplet: 46, 29 and DF. RGB value is (70,41,223). Sum of RGB (Red+Green+Blue) = 70+41+223=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #4629DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4629DF is #B9D620. Grayscale: #454545. Windows color (decimal): -12178977 or 14625094. OLE color: 14625094.
HSL color Cylindrical-coordinate representation of color #4629DF: hue angle of 249.56º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4629DF is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 41 | 223 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.13 |
| HSL | 249.56º | 0.74% | 0.52% | - |
| HSV(B) | 249.56º | 0.82% | 0.87% | - |
| XYZ | 16.64 | 8.22 | 70.52 | - |
| YUV | 70.42 | 214.11 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 41 | 223 | 0.69 | 0.82 | 0 | 0.13 | 249.56 | 0.74 | 0.52 |
| Hex | 46 | 29 | DF | 45 | 52 | 0 | D | FA | 4A | 34 |
| Octal | 106 | 51 | 337 | 105 | 122 | 0 | 15 | 372 | 112 | 64 |
| Binary | 1000110 | 101001 | 11011111 | 1000101 | 1010010 | 0 | 1101 | 11111010 | 1001010 | 110100 |
Color Harmonies of #4629DF
Complementary color
Monochromatic Colors of #4629DF
Black with #4629DF
Text Example
Text Example
White with #4629DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4629DF; }
p { color: rgb(70,41,223); }
H1.HeaderClassName
{
color: #4629DF;
}
.AnyTagClassName
{
color: #4629DF;
}
</style>
background-color css
<style>
a { background-color: #4629DF; }
a { background-color: rgb(70,41,223); }
div.DivClassName
{
background-color: #4629DF;
}
.BgClassName
{
background-color: #4629DF;
}
</style>
border-color css
<style>
span { border-color: #4629DF; }
span { border-color: rgb(70,41,223); }
td.TdClassName
{
border-color: #4629DF;
}
.TagClassName
{
border-color: #4629DF;
}
</style>