Shades of Han Purple #431EF7
Tints of Han Purple #431EF7
RGB
CMYK
RGB Variations
Color information
#431EF7 (or 0x431EF7) is known color: Han Purple. HEX triplet: 43, 1E and F7. RGB value is (67,30,247). Sum of RGB (Red+Green+Blue) = 67+30+247=344 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.48% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 247 (96.88% from 255 or 71.80% from 344); Max value from RGB is 247 - color contains mainly: blue. Hex color #431EF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431EF7 is #BCE108. Grayscale: #404040. Windows color (decimal): -12378377 or 16195139. OLE color: 16195139.
HSL color Cylindrical-coordinate representation of color #431EF7: hue angle of 250.23º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431EF7 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 67 | 30 | 247 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.03 |
| HSL | 250.23º | 0.93% | 0.54% | - |
| HSV(B) | 250.23º | 0.88% | 0.97% | - |
| XYZ | 19.57 | 8.84 | 88.67 | - |
| YUV | 65.8 | 230.26 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 247 | 0.73 | 0.88 | 0 | 0.03 | 250.23 | 0.93 | 0.54 |
| Hex | 43 | 1E | F7 | 49 | 58 | 0 | 3 | FA | 5D | 36 |
| Octal | 103 | 36 | 367 | 111 | 130 | 0 | 3 | 372 | 135 | 66 |
| Binary | 1000011 | 11110 | 11110111 | 1001001 | 1011000 | 0 | 11 | 11111010 | 1011101 | 110110 |
Color Harmonies of #431EF7
Complementary color
Monochromatic Colors of #431EF7
Black with #431EF7
Text Example
Text Example
White with #431EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431EF7; }
p { color: rgb(67,30,247); }
H1.HeaderClassName
{
color: #431EF7;
}
.AnyTagClassName
{
color: #431EF7;
}
</style>
background-color css
<style>
a { background-color: #431EF7; }
a { background-color: rgb(67,30,247); }
div.DivClassName
{
background-color: #431EF7;
}
.BgClassName
{
background-color: #431EF7;
}
</style>
border-color css
<style>
span { border-color: #431EF7; }
span { border-color: rgb(67,30,247); }
td.TdClassName
{
border-color: #431EF7;
}
.TagClassName
{
border-color: #431EF7;
}
</style>