Shades of Han Purple #4310DC
Tints of Han Purple #4310DC
RGB
CMYK
RGB Variations
Color information
#4310DC (or 0x4310DC) is known color: Han Purple. HEX triplet: 43, 10 and DC. RGB value is (67,16,220). Sum of RGB (Red+Green+Blue) = 67+16+220=303 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.11% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 220 (86.33% from 255 or 72.61% from 303); Max value from RGB is 220 - color contains mainly: blue. Hex color #4310DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4310DC is #BCEF23. Grayscale: #353535. Windows color (decimal): -12381988 or 14422083. OLE color: 14422083.
HSL color Cylindrical-coordinate representation of color #4310DC: hue angle of 255º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4310DC is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 16 | 220 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.14 |
| HSL | 255º | 0.86% | 0.46% | - |
| HSV(B) | 255º | 0.93% | 0.86% | - |
| XYZ | 15.42 | 6.73 | 68.2 | - |
| YUV | 54.51 | 221.4 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 16 | 220 | 0.70 | 0.93 | 0 | 0.14 | 255 | 0.86 | 0.46 |
| Hex | 43 | 10 | DC | 46 | 5D | 0 | E | FF | 56 | 2E |
| Octal | 103 | 20 | 334 | 106 | 135 | 0 | 16 | 377 | 126 | 56 |
| Binary | 1000011 | 10000 | 11011100 | 1000110 | 1011101 | 0 | 1110 | 11111111 | 1010110 | 101110 |
Color Harmonies of #4310DC
Complementary color
Monochromatic Colors of #4310DC
Black with #4310DC
Text Example
Text Example
White with #4310DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4310DC; }
p { color: rgb(67,16,220); }
H1.HeaderClassName
{
color: #4310DC;
}
.AnyTagClassName
{
color: #4310DC;
}
</style>
background-color css
<style>
a { background-color: #4310DC; }
a { background-color: rgb(67,16,220); }
div.DivClassName
{
background-color: #4310DC;
}
.BgClassName
{
background-color: #4310DC;
}
</style>
border-color css
<style>
span { border-color: #4310DC; }
span { border-color: rgb(67,16,220); }
td.TdClassName
{
border-color: #4310DC;
}
.TagClassName
{
border-color: #4310DC;
}
</style>