Shades of Han Purple #431DEC
Tints of Han Purple #431DEC
RGB
CMYK
RGB Variations
Color information
#431DEC (or 0x431DEC) is known color: Han Purple. HEX triplet: 43, 1D and EC. RGB value is (67,29,236). Sum of RGB (Red+Green+Blue) = 67+29+236=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 236 (92.58% from 255 or 71.08% from 332); Max value from RGB is 236 - color contains mainly: blue. Hex color #431DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431DEC is #BCE213. Grayscale: #3F3F3F. Windows color (decimal): -12378644 or 15473987. OLE color: 15473987.
HSL color Cylindrical-coordinate representation of color #431DEC: hue angle of 251.01º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431DEC is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 29 | 236 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.07 |
| HSL | 251.01º | 0.84% | 0.52% | - |
| HSV(B) | 251.01º | 0.88% | 0.93% | - |
| XYZ | 17.89 | 8.13 | 79.98 | - |
| YUV | 63.96 | 225.09 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 236 | 0.72 | 0.88 | 0 | 0.07 | 251.01 | 0.84 | 0.52 |
| Hex | 43 | 1D | EC | 48 | 58 | 0 | 7 | FB | 54 | 34 |
| Octal | 103 | 35 | 354 | 110 | 130 | 0 | 7 | 373 | 124 | 64 |
| Binary | 1000011 | 11101 | 11101100 | 1001000 | 1011000 | 0 | 111 | 11111011 | 1010100 | 110100 |
Color Harmonies of #431DEC
Complementary color
Monochromatic Colors of #431DEC
Black with #431DEC
Text Example
Text Example
White with #431DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431DEC; }
p { color: rgb(67,29,236); }
H1.HeaderClassName
{
color: #431DEC;
}
.AnyTagClassName
{
color: #431DEC;
}
</style>
background-color css
<style>
a { background-color: #431DEC; }
a { background-color: rgb(67,29,236); }
div.DivClassName
{
background-color: #431DEC;
}
.BgClassName
{
background-color: #431DEC;
}
</style>
border-color css
<style>
span { border-color: #431DEC; }
span { border-color: rgb(67,29,236); }
td.TdClassName
{
border-color: #431DEC;
}
.TagClassName
{
border-color: #431DEC;
}
</style>