Shades of Han Purple #432FF7
Tints of Han Purple #432FF7
RGB
CMYK
RGB Variations
Color information
#432FF7 (or 0x432FF7) is known color: Han Purple. HEX triplet: 43, 2F and F7. RGB value is (67,47,247). Sum of RGB (Red+Green+Blue) = 67+47+247=361 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.56% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 247 (96.88% from 255 or 68.42% from 361); Max value from RGB is 247 - color contains mainly: blue. Hex color #432FF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #432FF7 is #BCD008. Grayscale: #4B4B4B. Windows color (decimal): -12374025 or 16199491. OLE color: 16199491.
HSL color Cylindrical-coordinate representation of color #432FF7: hue angle of 246º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #432FF7 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 67 | 47 | 247 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.03 |
| HSL | 246º | 0.93% | 0.58% | - |
| HSV(B) | 246º | 0.81% | 0.97% | - |
| XYZ | 20.12 | 9.94 | 88.85 | - |
| YUV | 75.78 | 224.63 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 247 | 0.73 | 0.81 | 0 | 0.03 | 246 | 0.93 | 0.58 |
| Hex | 43 | 2F | F7 | 49 | 51 | 0 | 3 | F6 | 5D | 3A |
| Octal | 103 | 57 | 367 | 111 | 121 | 0 | 3 | 366 | 135 | 72 |
| Binary | 1000011 | 101111 | 11110111 | 1001001 | 1010001 | 0 | 11 | 11110110 | 1011101 | 111010 |
Color Harmonies of #432FF7
Complementary color
Monochromatic Colors of #432FF7
Black with #432FF7
Text Example
Text Example
White with #432FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432FF7; }
p { color: rgb(67,47,247); }
H1.HeaderClassName
{
color: #432FF7;
}
.AnyTagClassName
{
color: #432FF7;
}
</style>
background-color css
<style>
a { background-color: #432FF7; }
a { background-color: rgb(67,47,247); }
div.DivClassName
{
background-color: #432FF7;
}
.BgClassName
{
background-color: #432FF7;
}
</style>
border-color css
<style>
span { border-color: #432FF7; }
span { border-color: rgb(67,47,247); }
td.TdClassName
{
border-color: #432FF7;
}
.TagClassName
{
border-color: #432FF7;
}
</style>