Shades of Han Purple #431EF6
Tints of Han Purple #431EF6
RGB
CMYK
RGB Variations
Color information
#431EF6 (or 0x431EF6) is known color: Han Purple. HEX triplet: 43, 1E and F6. RGB value is (67,30,246). Sum of RGB (Red+Green+Blue) = 67+30+246=343 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.53% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 246 (96.48% from 255 or 71.72% from 343); Max value from RGB is 246 - color contains mainly: blue. Hex color #431EF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431EF6 is #BCE109. Grayscale: #404040. Windows color (decimal): -12378378 or 16129603. OLE color: 16129603.
HSL color Cylindrical-coordinate representation of color #431EF6: hue angle of 250.28º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431EF6 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 67 | 30 | 246 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.04 |
| HSL | 250.28º | 0.92% | 0.54% | - |
| HSV(B) | 250.28º | 0.88% | 0.96% | - |
| XYZ | 19.41 | 8.78 | 87.86 | - |
| YUV | 65.69 | 229.76 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 246 | 0.73 | 0.88 | 0 | 0.04 | 250.28 | 0.92 | 0.54 |
| Hex | 43 | 1E | F6 | 49 | 58 | 0 | 4 | FA | 5C | 36 |
| Octal | 103 | 36 | 366 | 111 | 130 | 0 | 4 | 372 | 134 | 66 |
| Binary | 1000011 | 11110 | 11110110 | 1001001 | 1011000 | 0 | 100 | 11111010 | 1011100 | 110110 |
Color Harmonies of #431EF6
Complementary color
Monochromatic Colors of #431EF6
Black with #431EF6
Text Example
Text Example
White with #431EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431EF6; }
p { color: rgb(67,30,246); }
H1.HeaderClassName
{
color: #431EF6;
}
.AnyTagClassName
{
color: #431EF6;
}
</style>
background-color css
<style>
a { background-color: #431EF6; }
a { background-color: rgb(67,30,246); }
div.DivClassName
{
background-color: #431EF6;
}
.BgClassName
{
background-color: #431EF6;
}
</style>
border-color css
<style>
span { border-color: #431EF6; }
span { border-color: rgb(67,30,246); }
td.TdClassName
{
border-color: #431EF6;
}
.TagClassName
{
border-color: #431EF6;
}
</style>